iliaa           Sat Dec 17 20:09:08 2005 EDT

  Modified files:              (Branch: PHP_5_1)
    /php-src    NEWS 
  Log:
  bug fixing news
  
  
http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.2027.2.299&r2=1.2027.2.300&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.299 php-src/NEWS:1.2027.2.300
--- php-src/NEWS:1.2027.2.299   Sat Dec 17 17:52:44 2005
+++ php-src/NEWS        Sat Dec 17 20:09:08 2005
@@ -5,8 +5,11 @@
 - Added new extensions: (Ilia, Wez)
   . XMLWriter
   . Hash
+- Fixed memory corruption when FETCH_LAZY mode is being used. (Ilia)
+- Safely handle prepared statement name conflicts in PDO_PGSQL. (Thies, Ilia)
 - Fixed possible leaks in imagecreatefromstring with invalid data (Pierre)
 - Added PNG compression support to GD extension. (Pierre)
+- Fixed possible memory corruption inside mb_strcut(). (Ilia)
 - Added reflection constants as class constants. (Johannes)
 - Added --enable-gcov configure option to enable C-level code coverage.
   (John, Jani, Ilia, Marcus)

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

Reply via email to