felipe                                   Sun, 13 Dec 2009 20:51:15 +0000

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

Log:
- Improved the bug#49174 entry summary

Bug: http://bugs.php.net/49174 (Closed) crash when extending PDOStatement and 
trying to set queryString property
      
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-12-13 20:04:44 UTC (rev 292084)
+++ php/php-src/branches/PHP_5_2/NEWS   2009-12-13 20:51:15 UTC (rev 292085)
@@ -5,7 +5,8 @@
   seg fault). (davbrown4 at yahoo dot com, Felipe)
 - Fixed bug #50209 (Compiling with libedit cannot find readline.h).
   (tcallawa at redhat dot com)
-- Fixed bug #49174 (crash on queryString set). (Felipe)
+- Fixed bug #49174 (crash when extending PDOStatement and trying to set
+  queryString property). (Felipe)

 10 Dec 2009, PHP 5.2.12RC4
 - Added LIBXML_PARSEHUGE constant to overrides the maximum text size of a

Modified: php/php-src/branches/PHP_5_3/NEWS
===================================================================
--- php/php-src/branches/PHP_5_3/NEWS   2009-12-13 20:04:44 UTC (rev 292084)
+++ php/php-src/branches/PHP_5_3/NEWS   2009-12-13 20:51:15 UTC (rev 292085)
@@ -117,7 +117,8 @@
 - Fixed bug #49244 (Floating point NaN cause garbage characters). (Sjoerd)
 - Fixed bug #49224 (Compile error due to old DNS functions on AIX systems).
   (Scott)
-- Fixed bug #49174 (crash on queryString set). (Felipe)
+- Fixed bug #49174 (crash when extending PDOStatement and trying to set
+  queryString property). (Felipe)
 - Fixed bug #47848 (importNode doesn't preserve attribute namespaces). (Rob)
 - Fixed bug #45120 (PDOStatement->execute() returns true then false for same
   statement). (Pierrick)

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

Reply via email to