- PHP to 5.6.8
- Nginx to 1.6.3
- Remove lib icu from vendored libs
- Fix libmemcached downloading when ext-memcached is required in composer.json
- PHP to 5.6.4
-- SNIP -- sorry for timelapse
- Nginx to 1.6.2
- PHP to 5.6.0
- Add new zend API reference
- Add support for Laravel framework
- PHP to 5.5.15
- PHP to 5.4.31
- PHP to 5.3.28
- Use of swift instead of S3 (Used at Appsdeck with OVH Swift)
- Fix mktemp xxx → XXX for right syntax
- Helpers for factorizing code in vendor compilation
- Helpers for swift operations
- PHP to 5.5.13
- NGINX to 1.6.0
- Add warning to switch ['extra']['heroku'] to ['extra']['paas']
- Update PHP to 5.5.10
- Tail CakePHP log files
- Add
memcache
extension, you can enable it by putting"ext-memcache": "*"
into yourcomposer.json
requirements - Set UTC as default timezone to prevent PHP notices. This can be
changed anytime by your app via
date_default_timezone_set
or by settingdate.timezone
in yourphp-config
section incomposer.json
- Add support for new Heroku API for compile time user config variables.
Variables set with
heroku config:set
are now always available at compile time. - Add support for Zend Framework 2
- Enable Freetype support in PHP GD
- Updated PHP to 5.5.9
- Frameworks can now define which log files should be additionally
"tailed" so they show up in
heroku logs
- Add
application/x-javascript
to GZIP-able types - Add support for the Sundown extension. Add
ext-sundown
to your requirements in yourcomposer.json
and update your lockfile to enable it.
- Ignore when a prebuilt extension bundle was not found in S3, which
fixes Composer requires for
ext-curl
for example.
- Update PHP to 5.5.8
- Update NGINX to 1.4.4
- Add
apcu
as a separate extension bundle for easy updating - Install
apcu
from the separate extension bundle incompile
to update all existing installations to APCU 4.0.2. This release features the return of theapc_
functions for a real drop in replacement. - Merge PR #72
- Add support for wildcards in engine versions, e.g.
5.4.*
selects the latest available version of PHP 5.4. Staying up to date has never been easier! - Made document root overridable for Symfony apps
- Rebuilt 5.5, 5.4.19 and 5.3.27 to include the phpredis, mongo, exif, readline, sockets and bcmath extensions.
- Enable extensions in the
.ini
files distributed with the binaries. - Added
php-includes
config directive forcomposer.json
for including additional PHP config files. - PHP, NGINX and Composer binaries are now cached and revalidated against MD5 hashes. This should provide notably faster deployments.
- Add scripts for pre-building some popular extensions, like Mongo, Redis, Imagick, Libevent,…
- Add support for adding extensions like Mongo on-demand, driven by
ext-
requirements incomposer.json
, e.g. requireext-libevent
to add thelibevent
extension - Add BCMath and EXIF extensions to PHP
- Add mcrypt to PHP
- Add the
intl
extension - Add support for Slim, CakePHP and Magento frameworks
- Add
sockets
to PHP - Add support for installing NPM packages found in
package.json
files, which can be used at compile time (e.g. the LESS compiler) - Add NewRelic support.
- Add support for
imagick
extension - Frameworks now support a
post-compile
method composer.lock
is now mandatory- Composer packages are now detected by looking at the
composer.lock
. - Vulcan is now installed with bundler
- A
HEROKU_BUILD_TIME
variable is now set when compiling the slug, which is available at runtime. - Symfony apps now only expose
app.php
, previously alsoapp_dev.php
was reachable.
- Fix compile command evaluation
- #28: Fix NGINX error caused by duplicate
root
directives
- Buildpack now works also only with an
index.php
in the project's root, withoutcomposer.json
. This makes it possible to run apps which are built for the official Heroku PHP buildpack. - Packaging scripts now use zlib package from S3 bucket
- Add APCu by default
- Changed the default PHP to 5.5.3
- Add
nginx-includes
config key to include custom NGINX config files. - Add the special
default
specifier for engine versions - New structure for NGINX configurations. All shared config (like port,
etc.) is now in one shared file, framework configurations are now
included into the
server
scope.
- PHP 5.5.0 is the new default
- Added PHP 5.4.17
- Added 5.3.26, 5.4.16, 5.5.0
- Added
buildpack.conf
to easily customize buildpack settings when forked - Add Opcache settings
- Using Zend Opcache for all PHP builds, leads to better performance and is an uniform solution from 5.3 to 5.5
- Removed APC, in favor of APCu.