moriyoshi               Wed Mar 23 18:32:13 2005 EDT

  Modified files:              (Branch: PHP_4_3)
    /php-src    NEWS 
  Log:
  - Reorder.
  
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.861&r2=1.1247.2.862&ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1247.2.861 php-src/NEWS:1.1247.2.862
--- php-src/NEWS:1.1247.2.861   Wed Mar 23 18:30:17 2005
+++ php-src/NEWS        Wed Mar 23 18:32:12 2005
@@ -13,18 +13,18 @@
   . Bug #30573 (compiler warnings in libmbfl due to invalid type cast)
   . Bug #30549 (incorrect character translations for some ISO8859 charsets)
   . Bug #28220 (mb_strwidth() returns wrong width values for some hangul chars)
-- Fixed bug #32373 (segfault in bzopen() if supplied path to non-existent 
-  file). (Tony)
-- Fixed bug #32340 (insert_before($node,NULL) does not return). (Rob) 
-- Fixed bug #32114 (DOM crashing when attribute appended to Document). (Rob)
 - Fixed several leaks in ext/browscap and sapi/embed. (Andrei)
 - Fixed several leaks in ext/filepro. (Tony)
 - Fixed build system to always use bundled libtool files. (Jani)  
 - Fixed MacOSX shared extensions crashing on Apache startup. (Rasmus)
+- Fixed bug #32373 (segfault in bzopen() if supplied path to non-existent 
+  file). (Tony)
+- Fixed bug #32340 (insert_before($node,NULL) does not return). (Rob) 
 - Fixed bug #32200 (Prevent using both --with-apxs2 and --with-apxs2filter).
   (Jani)
 - Fixed bug #32160 (file truncation in copy() when source & destination are
   the same). (Ilia)
+- Fixed bug #32114 (DOM crashing when attribute appended to Document). (Rob)
 - Fixed bug #31960 (msql_fetch_row() and msql_fetch_array() dropping columns
   with NULL values). (Daniel Convissor)
 - Fixed bug #31936 (set_h_errno() is redefined incompatibly). (Jani)

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

Reply via email to