]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-5.3' into PHP-5.4
authorXinchen Hui <laruence@php.net>
Sat, 15 Sep 2012 03:50:49 +0000 (11:50 +0800)
committerXinchen Hui <laruence@php.net>
Sat, 15 Sep 2012 03:51:25 +0000 (11:51 +0800)
1  2 
NEWS
Zend/zend_API.c

diff --cc NEWS
index a7441a5cc30f60b076b1576109ed91f7fd375fe6,181e66d3880ae10edb92434fa89613ae626df4f4..c3d15104f94f8fc30c22c35154ac396b841843e6
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -1,15 -1,12 +1,17 @@@
  PHP                                                                        NEWS
  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 -?? ??? 2012, PHP 5.3.18
 +?? ??? 2012, PHP 5.4.8
  
  - Core:
+   . Fixed bug #63093 (Segfault while load extension failed in zts-build).
+     (Laruence)
 +  . Added optional second argument for assert() to specify custom message. Patch
 +    by Lonny Kapelushnik (lonny@lonnylot.com). (Lars)
    . Fixed bug #62976 (Notice: could not be converted to int when comparing
      some builtin classes). (Laruence)
 +  . Fixed bug #62955 (Only one directive is loaded from "Per Directory Values" 
 +    Windows registry). (aserbulov at parallels dot com)
 +  . Fixed bug #62907 (Double free when use traits). (Dmitry)
    . Fixed bug #61767 (Shutdown functions not called in certain error
      situation). (Dmitry)
    . Fixed bug #60909 (custom error handler throwing Exception + fatal error
diff --cc Zend/zend_API.c
Simple merge