derick          Thu Aug 19 08:44:35 2004 EDT

  Modified files:              (Branch: PHP_5_0)
    /php-src    NEWS 
  Log:
  - Reorder
  
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1760.2.45&r2=1.1760.2.46&ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1760.2.45 php-src/NEWS:1.1760.2.46
--- php-src/NEWS:1.1760.2.45    Thu Aug 19 08:29:43 2004
+++ php-src/NEWS        Thu Aug 19 08:44:35 2004
@@ -1,14 +1,14 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2004, PHP 5.0.2
-- Fixed bug #29657 (xml_* functions throw non descriptive error). 
-  (Christian, Rob)
-- Fixed bug #29711 (Changed ext/xml to default to UTF-8 output). (Rob)
-- Fixed a file-descriptor leak with phpinfo() and other 'special' URLs (Zeev)
 - Added PHP_EOL constant that contains the OS way of representing newlines.
   (Paul Hudson, Derick)
+- Fixed a file-descriptor leak with phpinfo() and other 'special' URLs (Zeev)
+- Fixed bug #29711 (Changed ext/xml to default to UTF-8 output). (Rob)
 - Fixed bug #29678 (opendir() with ftp:// wrapper segfaults if path does not
   have trailing slash). (Ilia)
+- Fixed bug #29657 (xml_* functions throw non descriptive error). 
+  (Christian, Rob)
 - Fixed bug #29656 (segfault on result and statement properties). (Georg)
 - Fixed bug #29447 (Reflection API issues). (Marcus)
 

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

Reply via email to