From: Stanislav Malyshev Date: Sun, 17 Feb 2013 09:19:08 +0000 (-0800) Subject: Merge branch 'PHP-5.4' into PHP-5.5 X-Git-Tag: php-5.5.0alpha5~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c877fcf6eca2a2836957a83539f6a8a4a1976ae2;p=php Merge branch 'PHP-5.4' into PHP-5.5 * PHP-5.4: Added HTTP codes as of RFC 6585 --- c877fcf6eca2a2836957a83539f6a8a4a1976ae2 diff --cc NEWS index 90a0982c30,02e8d64d5e..2cabbbee52 --- a/NEWS +++ b/NEWS @@@ -1,18 -1,10 +1,19 @@@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? 2012, PHP 5.4.13 +?? ??? 201?, PHP 5.5.0 Beta 1 - Core: + . Implemented FR #64175 (Added HTTP codes as of RFC 6585). (Jonh Wendell) + . Fixed bug #64135 (Exceptions from set_error_handler are not always + propagated). (Laruence) + . Fixed bug #63830 (Segfault on undefined function call in nested generator). + (Nikita Popov) + . Fixed bug #60833 (self, parent, static behave inconsistently + case-sensitive). (Stas, mario at include-once dot org) + . Implemented FR #60524 (specify temp dir by php.ini). (ALeX Kazik). . Fixed bug #64142 (dval to lval different behavior on ppc64). (Remi) + . Added ARMv7/v8 versions of various Zend arithmetic functions that are + implemented using inline assembler (Ard Biesheuvel) - CLI server: . Fixed bug #64128 (buit-in web server is broken on ppc64). (Remi)