andrey          Sun Jul 11 17:41:33 2004 EDT

  Modified files:              
    /php-src    NEWS 
  Log:
  reorder + add
  
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1755&r2=1.1756&ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1755 php-src/NEWS:1.1756
--- php-src/NEWS:1.1755 Sun Jul 11 11:23:56 2004
+++ php-src/NEWS        Sun Jul 11 17:41:33 2004
@@ -1,7 +1,6 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? Jul 2004, PHP 5.0.0
-- Fixed bug #28751 (SoapServer does not call _autoload()). (Dmitry)
 - Updated PCRE to provide better error handling in certain cases. (Andrei)
 - Changed doc comments to require a single white space after '/**'. (Marcus)
 - Fixed bug #29019 (Database not closing). (Marcus)
@@ -16,6 +15,9 @@
 - Fixed bug #28789 (ReflectionProperty getValue() fails on public static 
   members). (Marcus)
 - Fixed bug #28771 (Segfault when using xslt and clone). (Rob)
+- Fixed bug #28751 (SoapServer does not call _autoload()). (Dmitry)
+- Fixed bug #28739 (array_*diff() and array_*intersect() not clearing the fci
+  cache before work). (Andrey)
 - Fixed bug #28721 (appendChild() and insertBefore() unset DOMText).(Rob)
 - Fixed bug #28702 (SOAP does not parse WSDL service address correctly). (Dmitry)
 - Fixed bug #28699 (Reflection api bugs). (Marcus)

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

Reply via email to