changelog               Sun Mar 28 20:32:03 2004 EDT

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1581&r2=1.1582&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1581 php-src/ChangeLog:1.1582
--- php-src/ChangeLog:1.1581    Sat Mar 27 20:33:51 2004
+++ php-src/ChangeLog   Sun Mar 28 20:32:02 2004
@@ -1,3 +1,103 @@
+2004-03-28  Marcus Boerger  <[EMAIL PROTECTED]>
+
+    * ZendEngine2/zend_API.c:
+      Use lowercasing here
+
+    * run-tests.php:
+      Add ability to pass -n to the executed php
+
+    * ext/standard/basic_functions.c:
+      Improve portability (idea by Ard)
+
+    * ZendEngine2/zend.c:
+      Initialize the complete struct
+
+    * ext/simplexml/CREDITS
+      ext/simplexml/simplexml.c
+      ext/sqlite/CREDITS
+      ext/sqlite/sqlite.c
+      ext/standard/credits_ext.h:
+      Fix writing of SQLite and SimpleXMl extension and add Rob to the credits
+      line of the latter. Add ext/SPL.
+
+2004-03-28  Stanislav Malyshev  <[EMAIL PROTECTED]>
+
+    * ZendEngine2/zend_language_parser.y:
+      check writability on =& too
+
+2004-03-28  Marcus Boerger  <[EMAIL PROTECTED]>
+
+    * ext/xsl/xsltprocessor.c:
+      Fix XSL (Rob/Marcus)
+
+2004-03-28  Rasmus Lerdorf  <[EMAIL PROTECTED]>
+
+    * NEWS
+      ext/standard/datetime.c
+      ext/standard/tests/time/bug27719.phpt:
+      MFB test case for bug #27719 and improve comments in this tricky DST code
+
+    * (PHP_4_3)
+      NEWS
+      ext/session/session.c
+      ext/standard/datetime.c
+      ext/standard/head.c
+      ext/standard/tests/time/bug27719.phpt:
+      - Merge whitespace and trivial changes from HEAD back to the branch so the
+        diff between HEAD and PHP_4_3 only shows feature changes
+      - Fix test case for bug #27719 (TZ=EST means no DST so the test was wrong)
+
+2004-03-28  Stanislav Malyshev  <[EMAIL PROTECTED]>
+
+    * ZendEngine2/zend_execute.c:
+      - call set handler if assigning to object having this handler
+      - cleanup: use macros to access object internal vars
+
+    * ZendEngine2/zend_interfaces.c:
+      preserve ZEND_API in definition
+
+    * ZendEngine2/zend_interfaces.h:
+      declare as extern
+
+2004-03-28  Marcus Boerger  <[EMAIL PROTECTED]>
+
+    * run-tests.php:
+      Show progress
+
+    * tests/classes/tostring.phpt:
+      Adapt ecpectations to 5.0 reality
+
+    * ZendEngine2/zend_reflection_api.c:
+      Fix memleak found by Timm
+
+2004-03-28  Stanislav Malyshev  <[EMAIL PROTECTED]>
+
+    * ZendEngine2/zend_operators.c:
+      centralize object-to-scalar conversion, make it work with get handler
+
+    * ZendEngine2/zend.c:
+      try get handler on printable conversion
+
+    * ZendEngine2/zend_object_handlers.h:
+      some more clear comments
+
+    * ZendEngine2/zend_operators.c:
+      Use macros for object parts access
+
+2004-03-28  Dmitry Stogov  <[EMAIL PROTECTED]>
+
+    * ZendEngine2/zend_execute_API.c:
+      fix of fix related to __autoload. (ext/standard/tests/network/bug20134.phpt
+      passes again)
+
+2004-03-28  Andrey Hristov  <[EMAIL PROTECTED]>
+
+    * README.PHP4-TO-PHP5-THIN-CHANGES:
+      - Fixed the explanation and example about "classes must be declared before
+      used".
+      - Added new entry about get_class() (Thanks Lukas for reminding
+      (toStudlyCapOrNotToStudlyCap.txt).
+
 2004-03-27  Marcus Boerger  <[EMAIL PROTECTED]>
 
     * tests/classes/type_hinting_002.phpt:
@@ -690,7 +790,7 @@
 2004-03-18  Pierre-Alain Joye  <[EMAIL PROTECTED]>
 
     * ext/gd/tests/bug27582_2.phpt:
-      - Fix the test description and $Id: ChangeLog,v 1.1581 2004/03/28 01:33:51 
changelog Exp $
+      - Fix the test description and $Id: ChangeLog,v 1.1582 2004/03/29 01:32:02 
changelog Exp $
 
 2004-03-18  Derick Rethans  <[EMAIL PROTECTED]>
 

Reply via email to