From: Pierrick Charron Date: Thu, 20 Dec 2012 00:44:08 +0000 (-0500) Subject: Merge branch 'PHP-5.3' into PHP-5.4 X-Git-Tag: php-5.4.11RC1~23 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=66b88c92bb7796b65f2f1da4b04ef91c0ce7a850;p=php Merge branch 'PHP-5.3' into PHP-5.4 * PHP-5.3: Fixed bug #55438 (Curlwapper is not sending http header randomly) --- 66b88c92bb7796b65f2f1da4b04ef91c0ce7a850 diff --cc NEWS index 2a8660e25d,bb3a7df470..81bc7a6838 --- a/NEWS +++ b/NEWS @@@ -1,25 -1,20 +1,29 @@@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? 2013, PHP 5.3.21 +?? ??? 2012, PHP 5.4.11 -- Zend Engine: - . Fixed bug #63762 (Sigsegv when Exception::$trace is changed by user). - (Johannes) +- Filter: + . Fixed bug #63757 (getenv() produces memory leak with CGI SAPI). (Dmitry) + +- JSON: + . Fixed bug #63737 (json_decode does not properly decode with options + parameter). (Adam) + +- CLI server + . Update list of common mime types. Added webm, ogv, ogg. (Lars, + pascalc at gmail dot com) + - cURL extension: + . Fixed bug #55438 (Curlwapper is not sending http header randomly). + (phpnet@lostreality.org, Pierrick) + -20 Dec 2012, PHP 5.3.20 +?? ??? 2012, PHP 5.4.10 -- Zend Engine: +- Core: + . Fixed bug #63726 (Memleak with static properties and internal/user + classes). (Laruence) . Fixed bug #63635 (Segfault in gc_collect_cycles). (Dmitry) - . Fixed bug #63512 (parse_ini_file() with INI_SCANNER_RAW removes quotes + . Fixed bug #63512 (parse_ini_file() with INI_SCANNER_RAW removes quotes from value). (Pierrick) . Fixed bug #63468 (wrong called method as callback with inheritance). (Laruence)