From: Sriram Natarajan Date: Wed, 16 Dec 2009 21:33:20 +0000 (+0000) Subject: - Fix NEWS for bug #50496 X-Git-Tag: php-5.3.2RC1~31 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4e06ca007f951d3d8e84bab5f40c75d2db4ab4fb;p=php - Fix NEWS for bug #50496 # Update NEWS to keep resolved bugs in decreasing order (Christopher Jones) --- diff --git a/NEWS b/NEWS index 041eee1fdb..ce2ebcad55 100644 --- a/NEWS +++ b/NEWS @@ -9,8 +9,6 @@ PHP NEWS - Changed "post_max_size" php.ini directive to allow unlimited post size by setting it to 0. (Rasmus) -- Fixed bug #50496 (Use of is valid only in a c99 compilation - environment. (Sriram) - Added support for SHA-256 and SHA-512 to php's crypt. (Pierre) - Added realpath_cache_size() and realpath_cache_get() functions. (Stas) - Added FILTER_FLAG_STRIP_BACKTICK option to the filter extension. (Ilia) @@ -35,6 +33,8 @@ PHP NEWS - Fixed memory leak in extension loading when an error occurs on Windows. (Pierre) +- Fixed bug #50496 (Use of is valid only in a c99 compilation + environment. (Sriram) - Fixed bug #50464 (declare encoding doesn't work within an included file). (Felipe) - Fixed bug #50458 (PDO::FETCH_FUNC fails with Closures). (Felipe, Pierrick)