PHP Release 5.4.11


PHP 5.4.11 Release Announcement

The PHP development team would like to announce the immediate availability of PHP 5.4.11. About 10 bugs were fixed. All users of PHP are encouraged to upgrade to this release.

For source downloads of PHP 5.4.11 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
Change Logs
core
  • Fixed bug #63762 (Sigsegv when Exception::$trace is changed by user).
  • Fixed bug #43177 (Errors in eval()'ed code produce status code 500). .
filter
  • Fixed bug #63757 (getenv() produces memory leak with CGI SAPI).
  • Fixed bug #54096 (FILTER_VALIDATE_INT does not accept +0 and -0).
json
  • Fixed bug #63737 (json_decode does not properly decode with options parameter).
  • CLI server
  • Update list of common mime types. Added webm, ogv, ogg.
curl extension
  • Fixed bug (segfault due to libcurl connection caching).
  • Fixed bug #63859 (Memory leak when reusing curl-handle).
  • Fixed bug #63795 (CURL >= 7.28.0 no longer support value 1 for CURLOPT_SSL_VERIFYHOST).
  • Fixed bug #63352 (Can't enable hostname validation when using curl stream wrappers).
  • Fixed bug #55438 (Curlwapper is not sending http header randomly).
To Top