PHP Release 5.5.7


PHP 5.5.7 Release Announcement

The PHP Development Team announces the immediate availability of PHP 5.5.7. This release fixes some bugs against PHP 5.5.6, and fixes CVE-2013-6420.

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

For source downloads of PHP 5.5.7, 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.7 (tar.bz2)
SHA256: 2cb9425ef514b984dd233097d82a66f4623b9bf48f2ef265bc7ba25d697d6008
PHP 5.5.7 (tar.gz)
SHA256: 7b954338d7dd538ef6fadbc110e6a0f50d0b39dabec2c12a7f000c17332591b8
PHP 5.5.7 (tar.xz)
SHA256: b7bae5d878b8fc3f4b481eb8f2179b5e71d30dfb3bc3640a5068c1b46633f08c
Change Logs
cli server
  • Added some MIME types to the CLI web server
  • Implemented FR #65917 (getallheaders() is not supported by the built-in web server) - also implements apache_response_headers()
core
  • Fixed bug #66094 (unregister_tick_function tries to cast a Closure to a string).
  • Fixed bug #65969 (Chain assignment with T_LIST failure).
  • OPCache
  • Fixed bug #66176 (Invalid constant substitution).
  • Fixed bug #65915 (Inconsistent results with require return value).
  • Fixed bug #65559 (Opcache: cache not cleared if changes occur while running).
  • readline
  • Fixed Bug #65714 (PHP cli forces the tty to cooked mode).
openssl
  • Fixed memory corruption in openssl_x509_parse() (CVE-2013-6420). .
To Top