sniper          Sun Dec 18 00:02:35 2005 EDT

  Modified files:              (Branch: PHP_5_1)
    /php-src    NEWS 
  Log:
  fix news
  
http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.2027.2.300&r2=1.2027.2.301&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.300 php-src/NEWS:1.2027.2.301
--- php-src/NEWS:1.2027.2.300   Sat Dec 17 20:09:08 2005
+++ php-src/NEWS        Sun Dec 18 00:02:35 2005
@@ -5,11 +5,7 @@
 - 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)
@@ -24,6 +20,10 @@
   . Fixed isset/empty/(bool) behavior
   . Fixed iterator edge cases
   . Added methods getNamespaces(), getDocNamespaces()
+- Fixed prepared statement name conflict handling in PDO_PGSQL. (Thies, Ilia)
+- Fixed memory corruption when FETCH_LAZY mode is being used. (Ilia)
+- Fixed possible leaks in imagecreatefromstring() with invalid data. (Pierre)
+- Fixed possible memory corruption inside mb_strcut(). (Ilia)
 - Fixed possible header injection by limiting each header to a single line.
   (Ilia)
 - Fixed possible XSS inside error reporting functionality. (Ilia)

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

Reply via email to