sniper          Tue Apr  6 05:53:32 2004 EDT

  Modified files:              
    /php-src    NEWS 
  Log:
  reorder, reword, typos..
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1667&r2=1.1668&ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1667 php-src/NEWS:1.1668
--- php-src/NEWS:1.1667 Tue Apr  6 05:43:18 2004
+++ php-src/NEWS        Tue Apr  6 05:53:31 2004
@@ -1,18 +1,17 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ????? 2004, PHP 5 Release Candidate 2
-- Fixed bug #27742 (WDSL SOAP Parsing Schema bug). (Dmitry)
-- Fixed bug #27722 (Segfault on schema without targetNamespace). (Dmitry)
-- Fixed bug #27719 (mktime issues on and around DST changeover). (Rasmus)
-- Changed sqlite to use studlyCaps convention for its OO API. (Marcus)
 - Force destructors to have empty signatures. (Marcus)
-- Stopped file uploads from throwing E_WARNINGs and E_NOTICEs which can not be
-  hidden from within scripts (and a result value in the $_FILES global can be
-  used to see the real failure anyway). (Derick)
-- Reimplement zend.ze1_compatibility_mode to have better PHP 4 complicance.
+- Reimplemented zend.ze1_compatibility_mode to have better PHP 4 compliance.
   (Dmitry, Andi)
+- Changed HTTP file uploads not to throw E_WARNINGs and E_NOTICEs. The error 
+  value in the $_FILES global should be used for error handling. (Derick)
+- Changed SQLite extension to use studlyCaps convention in its OO API. (Marcus)
 - Changed __construct() to always take precedence over old style constructor.
   (Dmitry)
+- Fixed bug #27742 (WDSL SOAP Parsing Schema bug). (Dmitry)
+- Fixed bug #27722 (Segfault on schema without targetNamespace). (Dmitry)
+- Fixed bug #27719 (mktime issues on and around DST changeover). (Rasmus)
 - Fixed bug #27641 (Object cloning in ze1_compatibility_mode was reimplemented)
   (Dmitry, Andi)
 - Fixed bug #27628 (Simplify the process of making a POST request via stream

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

Reply via email to