sniper          Mon Dec 26 16:18:44 2005 EDT

  Modified files:              (Branch: PHP_5_1)
    /php-src    NEWS 
  Log:
  reorder
  
http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.2027.2.327&r2=1.2027.2.328&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.327 php-src/NEWS:1.2027.2.328
--- php-src/NEWS:1.2027.2.327   Mon Dec 26 16:17:56 2005
+++ php-src/NEWS        Mon Dec 26 16:18:44 2005
@@ -4,16 +4,16 @@
 - Added constants for libxslt and libexslt versions: LIBXSLT_VERSION,
   LIBXSLT_DOTTED_VERSION, LIBEXSLT_VERSION and LIBEXSLT_DOTTED_VERSION. 
(Pierre)
 - Changed errors to warnings in imagecolormatch(). (Pierre)
+- Fixed segfault/leak in imagecolormatch(). (Pierre)
 - Fixed small leak in mysqli_stmt_fetch() when bound variable was empty string.
   (Andrey)
 - Fixed bug #35781 (stream_filter_append() can cause segfault). (Tony)
 - Fixed bug #35759 (mysqli_stmt_bind_result() makes huge allocation when
   column empty). (Andrey)
-- Fixed bug #28899 (mb_substr() and substr() work differently when 
-  "mbstring.func_overload" is enabled). (Rui)
 - Fixed bug #29955 (mb_strtoupper() / lower() broken with Turkish encoding).
   (Rui)
-- Fixed segfault/leak in imagecolormatch(). (Pierre)
+- Fixed bug #28899 (mb_substr() and substr() behave differently when
+  "mbstring.func_overload" is enabled). (Rui)
 
 22 Dec 2005, PHP 5.1.2RC1
 - Updated libsqlite in ext/sqlite to 2.8.17. (Ilia)

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

Reply via email to