changelog               Sun Jul 25 20:32:26 2004 EDT

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1696&r2=1.1697&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1696 php-src/ChangeLog:1.1697
--- php-src/ChangeLog:1.1696    Sat Jul 24 20:32:53 2004
+++ php-src/ChangeLog   Sun Jul 25 20:32:25 2004
@@ -1,3 +1,106 @@
+2004-07-25  Marcus Boerger  <[EMAIL PROTECTED]>
+
+    * (PHP_5_0)
+      tests/classes/abstract_derived.phpt
+      tests/classes/autoload_001.phpt
+      tests/classes/autoload_002.phpt
+      tests/classes/autoload_003.phpt
+      tests/classes/autoload_004.phpt
+      tests/classes/autoload_005.phpt
+      tests/classes/ctor_failure.phpt
+      tests/classes/destructor_and_echo.phpt:
+      - Update/Add tests
+
+    * tests/classes/autoload_001.phpt
+      tests/classes/autoload_002.phpt
+      tests/classes/autoload_003.phpt
+      tests/classes/autoload_004.phpt:
+      - Do not autoload classes in skip code
+
+    * tests/classes/ctor_failure.phpt:
+      
+      - Add new test
+
+    * tests/classes/autoload_005.phpt:
+      
+      - Add test
+
+2004-07-25  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * (PHP_4_3)
+      NEWS
+      main/rfc1867.c
+      main/rfc1867.c:
+      MFH: Fixed bug #29369 (Uploaded files with ' or " in their names get their
+      names truncated at those characters).
+
+    * main/rfc1867.c:
+      Fixed bug #29369 (Uploaded files with ' or " in their names get their names
+      truncated at those characters).
+
+2004-07-25  Marcus Boerger  <[EMAIL PROTECTED]>
+
+    * ext/dom/php_dom.c:
+      - Fixed Bug #29354 Exception constructor marked as both public and
+        protected
+
+    * ZendEngine2/zend_reflection_api.c:
+      - Show visibility errors (try to fix #29354)
+
+    * (PHP_5_0)
+      NEWS:
+      BFN
+
+    * (PHP_5_0)
+      ZendEngine2/zend_execute.c
+      ZendEngine2/zend_objects_API.c
+      ZendEngine2/zend_objects_API.h:
+      - MFH: Fix bug #29368 : The destructor is called when an exception is
+        thrown from the constructor
+
+    * ZendEngine2/zend_execute.c
+      ZendEngine2/zend_objects_API.c
+      ZendEngine2/zend_objects_API.h:
+      - Fix bug #29368 : The destructor is called when an exception is thrown
+      from the constructor
+
+    * tests/classes/destructor_and_echo.phpt:
+      
+      - Add new patch for reordered shutdown sequence
+
+2004-07-25  Christian Stocker  <[EMAIL PROTECTED]>
+
+    * NEWS
+      ext/simplexml/simplexml.c:
+      renamed registerNamespace() to registerXPathNamespace()
+
+    * NEWS
+      ext/simplexml/simplexml.c:
+      added new method SimpleXMLElement->registerNamespace(string prefix, string
+      uri)
+      "registers a prefix <-> namespaceURI combination for use in a later xpath
+      query. "
+
+    * ext/xsl/php_xsl.c:
+      set errorhandler to generic php_libxml_error_handler
+
+2004-07-25  Marcus Boerger  <[EMAIL PROTECTED]>
+
+    * ZendEngine2/zend.c
+      ZendEngine2/zend.h
+      ZendEngine2/zend_execute.h
+      ZendEngine2/zend_execute_API.c
+      main/main.c:
+      - Execute destructors earlier (Florian Schaper, fschaper at intux org)
+
+    * ZendEngine2/zend_reflection_api.c:
+      - Add ReflectionParameter::isOptional() to test whether a parameter is
+        optional and also show this information in export.
+
+    * ZendEngine2/zend_exceptions.c:
+      - Add optional parameters $filename and $lineno to ErrorException
+        constructor to allow overwriting automatically retrieved information.
+
 2004-07-24  Rob Richards  <[EMAIL PROTECTED]>
 
     * sapi/activescript/classfactory.cpp
@@ -6973,7 +7076,7 @@
 2004-03-18  Pierre-Alain Joye  <[EMAIL PROTECTED]>
 
     * ext/gd/tests/bug27582_2.phpt:
-      - Fix the test description and $Id: ChangeLog,v 1.1696 2004/07/25 00:32:53 
changelog Exp $
+      - Fix the test description and $Id: ChangeLog,v 1.1697 2004/07/26 00:32:25 
changelog Exp $
 
 2004-03-18  Derick Rethans  <[EMAIL PROTECTED]>
 

Reply via email to