]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-5.3' into PHP-5.4
authorXinchen Hui <laruence@php.net>
Sun, 6 May 2012 12:06:05 +0000 (20:06 +0800)
committerXinchen Hui <laruence@php.net>
Sun, 6 May 2012 12:28:18 +0000 (20:28 +0800)
* PHP-5.3:
  Fixed bug #61730 (Segfault from array_walk modifying an array passed by reference)

1  2 
NEWS
ext/standard/array.c

diff --cc NEWS
index 8b8223784911e6d25d6e1f363b9312f09bc6112c,c2b10e50ddd27778a479d5ba6cdf75bb7d3db46d..f88bf70aeccaeeaf1ca9e7c2f118306e8595a3c6
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -14,18 -11,10 +14,20 @@@ PH
      (Laruence)
  
  - Core:
+   . Fixed bug #61730 (Segfault from array_walk modifying an array passed by
+     reference). (Laruence)
 +  . Fixed bug #61922 (ZTS build doesn't accept zend.script_encoding config).
 +    (Laruence)
    . Fixed missing bound check in iptcparse(). (chris at chiappa.net)
 -  . Fixed bug #61764 ('I' unpacks n as signed if n > 2^31-1 on LP64). (Gustavo)
 +  . Fixed bug #61827 (incorrect \e processing on Windows) (Anatoliy)
 +  . Fixed bug #61761 ('Overriding' a private static method with a different 
 +    signature causes crash). (Laruence)
 +  . Fixed bug #61728 (PHP crash when calling ob_start in request_shutdown 
 +    phase). (Laruence)
 +  . Fixed bug #61660 (bin2hex(hex2bin($data)) != $data). (Nikita Popov)
 +  . Fixed bug #61650 (ini parser crashes when using ${xxxx} ini variables
 +    (without apache2)). (Laruence)
 +  . Fixed bug #61605 (header_remove() does not remove all headers). (Laruence)
    . Fixed bug #54197 ([PATH=] sections incompatibility with user_ini.filename
      set to null). (Anatoliy)
  
Simple merge