Releases: cloudfoundry/php-buildpack
v3.3.1
- Include php versions 5.6.10, 5.5.26, 5.4.42
Remove support for 5.4.39, 5.5.23, 5.6.7
Change the default PHP version to 5.5.26
(https://www.pivotaltracker.com/story/show/98547428) - Support nginx 1.8
(https://www.pivotaltracker.com/story/show/96911902) - Fix boolean values in options.json
(https://www.pivotaltracker.com/story/show/98199628)
v3.3.0
- Fail with helpful error message for incompatible stack
(https://www.pivotaltracker.com/story/show/96590154) - Remove lucid-specific binaries from manifest.yml
(https://www.pivotaltracker.com/story/show/96135874) - Add PHP 5.6.8, 5.5.24, 5.4.40 to unsupported manifest
(https://www.pivotaltracker.com/story/show/94988124)
v3.2.2
- Update buildpack with newest php interpreters and modules
(https://www.pivotaltracker.com/story/show/93652226) - Exclude PHP version on generated pages by default
(https://www.pivotaltracker.com/story/show/95368312) - Merge upstream changes
- Add support for using the lastest version of composer
(https://www.pivotaltracker.com/story/show/92519522)
v3.2.1
- Update default PHP version to latest 5.4 release
(https://www.pivotaltracker.com/story/show/92540904) - Bump buildpack-packager to support custom buildpack manifests.
(https://www.pivotaltracker.com/story/show/93717296)
v3.2.0
- Updated supported PHP versions. Currently supported versions:
(https://www.pivotaltracker.com/story/show/90697202)- 5.6.7
- 5.6.6
- 5.5.23
- 5.5.22
- 5.4.39
- 5.4.38
- Updated supported HHVM versions. Currently supported versions:
(https://www.pivotaltracker.com/story/show/90697204)- lucid64 stack
- 3.2.0
- cflinuxfs2 stack
- 3.5.0
- 3.5.1
- 3.6.0
- 3.6.1
- lucid64 stack
- Updated supported HTTPD versions. Currently supported versions:
(https://www.pivotaltracker.com/story/show/90697208)- 2.4.12
- Updated supported Nginx versions. Currently supported versions:
(https://www.pivotaltracker.com/story/show/90697210)- 1.7.10
- 1.6.2
- 1.5.13
v3.1.1
- Updated to New Relic 4.20.2.95
(https://www.pivotaltracker.com/story/show/92462510) - Updated to composer 1.0.0-alpha10
(https://www.pivotaltracker.com/story/show/92504742) - Fix bug that supports PHP 5.6 being specified in
composer.json
(c173c12) - Composer fallback to checking out Github source via HTTPS
(https://www.pivotaltracker.com/story/show/88515170) - Add support for PHP 5.4.39, 5.5.23 & 5.6.7
- Drop support for PHP 5.4.36, 5.5.20 & 5.6.4
v3.1.0
cflinuxfs2
rootfs Support
Cloud Foundry is releasing new versions of go, nodejs php,
python, and ruby buildpacks to support cflinuxfs2
, which is
the official name of the trusty64-based rootfs (or "stack").
Please note that the previous lucid64
stack is also supported by
this buildpacks release.
In order to support multiple stacks, we've extended the data structure
represented by the file manifest.yml
in the go
, nodejs
, python
and ruby
buildpacks to require the specification of one or more
"stacks" associated with each binary dependency. We've also required
the specification of an MD5 checksum for each binary, which is
verified before packaging the dependencies.
Changes
- Added support for
cflinuxfs2
stack. - On the
lucid64
stack, the following changes were made to package support:- Removed support for PHP 5.4.35, added support for PHP 5.4.38, in addition to still-supported 5.4.36 and 5.4.37.
- Removed support for PHP 5.5.19, added support for PHP 5.5.22, in addition to still-supported 5.5.20 and 5.5.21.
- Removed support for PHP 5.6.3, added support for PHP 5.6.6, in addition to still-supported 5.6.4 and 5.6.5.
- Added support for Apache httpd 2.4.12, in addition to still-supported 2.4.10.
- Added support for mod_lua to httpd 2.4.10 (also supported in httpd 2.4.12).
- Removed support for nginx 1.7.7, however, nginx 1.5.{11,12,13}, 1.6.{0,1,2}, and 1.7.{8,9,10} are still supported.
- Replaced support for composer 1.0.0-alpha8 with 1.0.0-alpha9.
- Replaced support for newrelic 4.15.0.74 with 4.18.0.89.
- On the
cflinuxfs2
stack, only the following packages are supported:- PHP 5.4.{36,37,38}, 5.5.{20.21.22}, and 5.6.{4,5,6}.
- HHVM 3.5.0 and 3.6.0
- Apache httpd 2.4.{10,12}.
- nginx 1.5.13, 1.6.{0,1,2}, and 1.7.{8,9,10}.
- composer 1.0.0-alpha9
- newrelic 4.18.0.89
- The buildpack has increased significantly in size with this release, from 458M to 1.1G.
Stories
- Support cflinuxfs2 stack.
(https://www.pivotaltracker.com/story/show/90196104)
(https://www.pivotaltracker.com/story/show/88174348) - Reference git repos by https in cf.Gemfile
(https://www.pivotaltracker.com/story/show/90365848) - Support HHVM 3.6.0 on cflinuxfs2 only
(https://www.pivotaltracker.com/story/show/89029952) - Added config for PHP 5.4.38, 5.5.22 and 5.6.6.
- Removed old versions of PHP: 5.4.35, 5.5.19 & 5.6.3.
- Added protobuf extensions
- Upgraded the version of NewRelic to 4.18.0.89.
v3.0.4
This is the first official release of the new PHP buildpack, as approved
by Cloud Foundry CAB in December
2014.
This release completely replaces the legacy
buildpack.
- Removed Apache HTTPD 2.4.7 and 2.4.9 because 2.4.10 is the minimum version
that supports our new configuration
(https://www.pivotaltracker.com/story/show/84393328) - Introduce support for .htaccess files in Apache
(https://www.pivotaltracker.com/story/show/84393328) - Binaries are now served directly from S3
(https://www.pivotaltracker.com/story/show/84419046) - Environment variables provided by set-env or manifest.yml are visible to
apps
(https://www.pivotaltracker.com/story/show/86043094)
(https://www.pivotaltracker.com/story/show/86800222) - Add XSL to extensions
(0860ba1) - Users can provide a Github OAuth token for Composer
(https://www.pivotaltracker.com/story/show/86670590) - Staging fails on Composer errors
(https://www.pivotaltracker.com/story/show/85465540) - Codizy module is not bundled for licensing reasons
(https://www.pivotaltracker.com/story/show/85122672)