andrey          Fri Dec 23 22:27:23 2005 EDT

  Modified files:              (Branch: PHP_5_1)
    /php-src    NEWS 
  Log:
  move the message to where it belongs
  
  
http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.2027.2.321&r2=1.2027.2.322&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.321 php-src/NEWS:1.2027.2.322
--- php-src/NEWS:1.2027.2.321   Fri Dec 23 22:22:42 2005
+++ php-src/NEWS        Fri Dec 23 22:27:23 2005
@@ -1,6 +1,8 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? Jan 2006, PHP 5.1.2RC2
+- Fixed small leak in mysqli_stmt_fetch() when bound variable was empty
+  string. (Andrey)
 - Fixed bug #35785 (SimpleXML causes memory read error zend engine). (Marcus)
 - Fixed bug #35781 (stream_filter_append() can cause segfault). (Tony)
 - Fixed bug #35759 (mysqli_stmt_bind_result() makes huge allocation when
@@ -43,8 +45,6 @@
 - Fixed many bugs in OCI8. (Tony)
 - Fixed crash and leak in mysqli when using 4.1.x client libraries and
   connecting to 5.x server. (Andrey)
-- Fixed small leak in mysqli_stmt_fetch() when bound variable was empty
-  string. (Andrey)
 - Fixed bug #35760 (sybase_ct doesn't compile on Solaris using old gcc). (Tony)
 - Fixed bug #35740 (memory leak when including a directory). (Tony)
 - Fixed bug #35730 (ext/mssql + freetds: Use correct character encoding

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

Reply via email to