Friday, January 18, 2013

PHP New Releases

PHP has released a new version for both of their current stable releases (5.4.x and 5.3.x branch). This version comes with not so much bug fixed, but still it's advised to perform an upgrade if you are running PHP on your machine.

Here's the changes in PHP 5.4.11
  • 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).

No comments:

Post a Comment