laruence Wed, 08 Feb 2012 15:07:28 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=323124
Log: decrescent order #<Felipe> laruence: yes, we used to use decrescent order of bug id in the NEWS entry. Changed paths: U php/php-src/branches/PHP_5_3/NEWS U php/php-src/trunk/NEWS Modified: php/php-src/branches/PHP_5_3/NEWS =================================================================== --- php/php-src/branches/PHP_5_3/NEWS 2012-02-08 14:07:27 UTC (rev 323123) +++ php/php-src/branches/PHP_5_3/NEWS 2012-02-08 15:07:28 UTC (rev 323124) @@ -9,15 +9,15 @@ . Fixed bug #54682 (tidy null pointer dereference). (Tony, David Soria Parra) - Core: + . Fixed bug #61000 (Exceeding max nesting level doesn't delete numerical vars). + (Laruence) + . Fix bug #60895 (Possible invalid handler usage in windows random + functions). (Pierre) + . Fixed bug #60825 (Segfault when running symfony 2 tests). + (Dmitry, Laruence) . Fixed bug #60227 (header() cannot detect the multi-line header with CR). (rui, Gustavo) - . Fixed bug #60825 (Segfault when running symfony 2 tests). - (Dmitry, Laruence) - . Fix bug #60895 (Possible invalid handler usage in windows random - functions). (Pierre) . Fixed bug #51860 (Include fails with toplevel symlink to /). (Dmitry) - . Fixed bug #61000 (Exceeding max nesting level doesn't delete numerical vars). - (Laruence) - Firebird Database extension (ibase): . Fixed bug #60802 (ibase_trans() gives segfault when passing params). Modified: php/php-src/trunk/NEWS =================================================================== --- php/php-src/trunk/NEWS 2012-02-08 14:07:27 UTC (rev 323123) +++ php/php-src/trunk/NEWS 2012-02-08 15:07:28 UTC (rev 323124) @@ -6,11 +6,11 @@ . World domination - Core: + . Fixed bug #61000 (Exceeding max nesting level doesn't delete numerical + vars). (Laruence) + . Fixed bug #60978 (exit code incorrect). (Laruence) . Fixed bug #60573 (type hinting with "self" keyword causes weird errors). (Laruence) - . Fixed bug #60978 (exit code incorrect). (Laruence) - . Fixed bug #61000 (Exceeding max nesting level doesn't delete numerical - vars). (Laruence) - cURL: . Added support for CURLOPT_FTP_RESPONSE_TIMEOUT, CURLOPT_APPEND,
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php