srinatar                                 Wed, 16 Dec 2009 21:33:20 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=292223

Log:
- Fix NEWS for bug #50496
# Update NEWS to keep resolved bugs in decreasing order (Christopher Jones)

Bug: http://bugs.php.net/50496 (Assigned) Use of <stdbool.h> is valid only in a 
c99 compilation environment.
      
Changed paths:
    U   php/php-src/branches/PHP_5_3/NEWS

Modified: php/php-src/branches/PHP_5_3/NEWS
===================================================================
--- php/php-src/branches/PHP_5_3/NEWS   2009-12-16 20:49:08 UTC (rev 292222)
+++ php/php-src/branches/PHP_5_3/NEWS   2009-12-16 21:33:20 UTC (rev 292223)
@@ -9,8 +9,6 @@
 - Changed "post_max_size" php.ini directive to allow unlimited post size by
   setting it to 0. (Rasmus)

-- Fixed bug #50496 (Use of <stdbool.h> 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 @@
 - Fixed memory leak in extension loading when an error occurs on Windows.
   (Pierre)

+- Fixed bug #50496 (Use of <stdbool.h> 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)

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to