PHP Release 5.5.12


PHP 5.5.12 Release Announcement

The PHP Development Team announces the immediate availability of PHP 5.5.12. This release fixes several bugs against PHP 5.5.11, as well as CVE-2014-0185 regarding PHP-FPM.

All PHP users are encouraged to upgrade to this new version.

For source downloads of PHP 5.5.12, please visit our downloads page. Windows binaries can be found on windows.php.net/download/. The list of changes is recorded in the ChangeLog.

Source Code
PHP 5.5.12 (tar.bz2)
SHA256: 519ee29e28532782676f3d8e31a808ffbfee383e0279ccc8cbd2b12ed53c2335
PHP 5.5.12 (tar.gz)
SHA256: a10c6e6ce1145762d6c15ca7ce1aeaab69662c197d24e1294c2519aa85c97bd6
Change Logs
core
  • Fixed bug #61019 (Out of memory on command stream_get_contents).
  • Fixed bug #64330 (stream_socket_server() creates wrong Abstract Namespace UNIX sockets).
  • Fixed bug #66182 (exit in stream filter produces segfault).
  • Fixed bug #66736 (fpassthru broken).
  • Fixed bug #67024 (getimagesize should recognize BMP files with negative height).
  • Fixed bug #67043 (substr_compare broke by previous change)
  • Fixed bug #67033 (Remove reference to Windows 95).
curl
  • Fixed bug #66562 (curl_exec returns differently than curl_multi_getcontent).
date
  • Fixed bug #66721 (__wakeup of DateTime segfaults when invalid object data is supplied).
embed
  • Fixed bug #65715 (php5embed.lib isn't provided anymore). .
fileinfo
  • Fixed bug #66987 (Memory corruption in fileinfo ext / bigendian).
fpm
  • Fixed bug #66482 .
  • Fixed bug #67060 (sapi/fpm: possible privilege escalation due to insecure default configuration) (CVE-2014-0185).
json
  • Fixed bug #66021 (Blank line inside empty array/object when JSON_PRETTY_PRINT is set).
  • Fixed bug #64695 (JSON_NUMERIC_CHECK has issues with strings that are numbers plus the letter e).
ldap
  • Fixed issue with null bytes in LDAP bindings.
mysqli
  • Fixed problem in mysqli_commit()/mysqli_rollback() with second parameter (extra comma) and third parameters (lack of escaping).
openssl
  • Fix bug #66942 (memory leak in openssl_seal()).
  • Fix bug #66952 (memory leak in openssl_open()).
simplexml
  • Fixed bug #66084 (simplexml_load_string() mangles empty node name)
sqlite
  • Fixed bug #66967 (Updated bundled libsqlite to 3.8.4.3).
xsl
  • Fixed bug #53965 (<xsl:include> cannot find files with relative paths when loaded with "file://").
apache2 handler sapi
  • Fixed Apache log issue caused by APR's lack of support for %zu (APR issue https://issues.apache.org/bugzilla/show_bug.cgi?id=56120).
To Top