v4.1.2
cf-buildpacks-eng
released this
01 Sep 16:02
·
2616 commits
to master
since this release
Note that 4.1.0 and 4.1.1 were not released.
- Introduce non-backwards compatible change to composer detection.
The buildpack will now, by default, detect composer files in the root directory of
a php application or a configuredWEBDIR
directory. For the buildpack to detect
composer files in another directory, one must explicitly set this directory via the
COMPOSER_PATH
environment variable. For more information please refer to the
documentation here: http://docs.cloudfoundry.org/buildpacks/php/gsg-php-composer.html
(https://www.pivotaltracker.com/story/show/99170278) - Remove application developer's ability to override the buildpack's
binaries via DOWNLOAD_URL option.
(https://www.pivotaltracker.com/story/show/101243110) - Remove default php startup warnings in the event of unsupported extensions
within an application. The warnings have been replaced with a more explicit
'unsupported extension' message printed to standard error.
(https://www.pivotaltracker.com/story/show/100180478) - Add support for PHP versions: 5.6.12, 5.5.28, and 5.4.44.
Remove support for PHP versions: 5.6.10, 5.5.26, and 5.4.42.
Update all bundled PHPs with readline-ext built as a shared module.
(https://www.pivotaltracker.com/story/show/101121820)
(https://www.pivotaltracker.com/story/show/99436586) - Correct logging of downloaded resource sources
(https://www.pivotaltracker.com/story/show/100516510) - Document support for protobuf extension
(https://www.pivotaltracker.com/story/show/100244194) bin/detect
emits the buildpack version
(https://www.pivotaltracker.com/story/show/100757820)- Update Nginx binary to 1.9.3,
Apache HTTPD to 2.4.16,
NewRrelic to 4.23.3.111
(https://www.pivotaltracker.com/story/show/99507244) - PHP Updates for libsnmp vulnerability
(https://www.pivotaltracker.com/story/show/102276186)
Packaged binaries:
name | version | cf_stacks | modules |
---|---|---|---|
php | 5.4.43 | cflinuxfs2 | amqp, apc, apcu, bz2, curl, dba, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, intl, ioncube, ldap, lua, mailparse, mbstring, mcrypt, memcache, memcached, mongo, msgpack, mysql, mysqli, opcache, openssl, pcntl, pdo, pdo_mysql, pdo_pgsql, pdo_sqlite, pgsql, phalcon, phpiredis, protobuf, protocolbuffers, pspell, readline, redis, snmp, soap, sockets, suhosin, sundown, twig, xcache, xdebug, xhprof, xsl, yaf, zip, zlib, zookeeper |
php | 5.4.44 | cflinuxfs2 | amqp, apc, apcu, bz2, curl, dba, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, intl, ioncube, ldap, lua, mailparse, mbstring, mcrypt, memcache, memcached, mongo, msgpack, mysql, mysqli, opcache, openssl, pcntl, pdo, pdo_mysql, pdo_pgsql, pdo_sqlite, pgsql, phalcon, phpiredis, protobuf, protocolbuffers, pspell, readline, redis, snmp, soap, sockets, suhosin, sundown, twig, xcache, xdebug, xhprof, xsl, yaf, zip, zlib, zookeeper |
php | 5.5.27 | cflinuxfs2 | amqp, bz2, curl, dba, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, intl, ioncube, ldap, lua, mailparse, mbstring, mcrypt, memcache, memcached, mongo, msgpack, mysql, mysqli, opcache, openssl, pcntl, pdo, pdo_mysql, pdo_pgsql, pdo_sqlite, pgsql, phalcon, phpiredis, protobuf, protocolbuffers, pspell, readline, redis, snmp, soap, sockets, suhosin, sundown, twig, xcache, xdebug, xhprof, xsl, yaf, zip, zlib |
php | 5.5.28 | cflinuxfs2 | amqp, bz2, curl, dba, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, intl, ioncube, ldap, lua, mailparse, mbstring, mcrypt, memcache, memcached, mongo, msgpack, mysql, mysqli, opcache, openssl, pcntl, pdo, pdo_mysql, pdo_pgsql, pdo_sqlite, pgsql, phalcon, phpiredis, protobuf, protocolbuffers, pspell, readline, redis, snmp, soap, sockets, suhosin, sundown, twig, xcache, xdebug, xhprof, xsl, yaf, zip, zlib |
php | 5.6.11 | cflinuxfs2 | amqp, bz2, curl, dba, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, intl, ioncube, ldap, lua, mailparse, mbstring, mcrypt, memcache, memcached, mongo, msgpack, mysql, mysqli, opcache, openssl, pcntl, pdo, pdo_mysql, pdo_pgsql, pdo_sqlite, pgsql, phalcon, phpiredis, protobuf, protocolbuffers, pspell, readline, redis, snmp, soap, sockets, suhosin, sundown, twig, xcache, xdebug, xsl, yaf, zip, zlib |
php | 5.6.12 | cflinuxfs2 | amqp, bz2, curl, dba, exif, fileinfo, ftp, gd, gettext, gmp, igbinary, imagick, imap, intl, ioncube, ldap, lua, mailparse, mbstring, mcrypt, memcache, memcached, mongo, msgpack, mysql, mysqli, opcache, openssl, pcntl, pdo, pdo_mysql, pdo_pgsql, pdo_sqlite, pgsql, phalcon, phpiredis, protobuf, protocolbuffers, pspell, readline, redis, snmp, soap, sockets, suhosin, sundown, twig, xcache, xdebug, xsl, yaf, zip, zlib |
hhvm | 3.5.0 | cflinuxfs2 | |
hhvm | 3.5.1 | cflinuxfs2 | |
hhvm | 3.6.0 | cflinuxfs2 | |
hhvm | 3.6.1 | cflinuxfs2 | |
composer | 1.0.0-alpha10 | cflinuxfs2 | |
httpd | 2.4.16 | cflinuxfs2 | |
newrelic | 4.23.3.111 | cflinuxfs2 | |
nginx | 1.6.3 | cflinuxfs2 | |
nginx | 1.8.0 | cflinuxfs2 | |
nginx | 1.9.3 | cflinuxfs2 |