pajoye                                   Wed, 26 Aug 2009 20:03:49 +0000

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

Log:
- update

Changed paths:
    U   php/php-src/branches/PHP_5_2/NEWS
    U   php/php-src/branches/PHP_5_3/NEWS

Modified: php/php-src/branches/PHP_5_2/NEWS
===================================================================
--- php/php-src/branches/PHP_5_2/NEWS   2009-08-26 19:57:01 UTC (rev 287779)
+++ php/php-src/branches/PHP_5_2/NEWS   2009-08-26 20:03:49 UTC (rev 287780)
@@ -102,6 +102,7 @@
 - Fixed bug #45280 (Reflection of instantiated COM classes causes PHP to crash)
   (Paul Richards, Kalle)
 - Fixed bug #45141 (setcookie will output expires years of >4 digits). (Ilia)
+- Fixed bug #44683 (popen crashes when an invalid mode is passed). (Pierre)
 - Fixed bug #44144 (spl_autoload_functions() should return object instance
   when appropriate). (Hannes, Etienne)
 - Fixed bug #43510 (stream_get_meta_data() does not return same mode as used

Modified: php/php-src/branches/PHP_5_3/NEWS
===================================================================
--- php/php-src/branches/PHP_5_3/NEWS   2009-08-26 19:57:01 UTC (rev 287779)
+++ php/php-src/branches/PHP_5_3/NEWS   2009-08-26 20:03:49 UTC (rev 287780)
@@ -155,6 +155,7 @@
 - Fixed bug #46020 (with Sun Java System Web Server 7.0 on HPUX, #define HPUX).
   (Uwe Schindler)
 - Fixed bug #45554 (Inconsistent behavior of the u format char). (Derick)
+- Fixed bug #44683 (popen crashes when an invalid mode is passed). (Pierre)
 - Fixed bug #43510 (stream_get_meta_data() does not return same mode as used
   in fopen). (Jani)
 - Fixed bug #42434 (ImageLine w/ antialias = 1px shorter). (wojjie at gmail dot

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

Reply via email to