changelog               Wed Oct 20 20:37:34 2004 EDT

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1780&r2=1.1781&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1780 php-src/ChangeLog:1.1781
--- php-src/ChangeLog:1.1780    Tue Oct 19 20:37:11 2004
+++ php-src/ChangeLog   Wed Oct 20 20:37:32 2004
@@ -1,3 +1,44 @@
+2004-10-20  Andi Gutmans  <[EMAIL PROTECTED]>
+
+    * tests/classes/interface_method_private.phpt:
+      - Fix test
+
+2004-10-20  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * ext/standard/string.c:
+      Slight optimization in str_split() when split length is the same or greater
+      then the string length.
+
+2004-10-20  Andi Gutmans  <[EMAIL PROTECTED]>
+
+    * tests/classes/interface_must_be_implemented.phpt:
+      - One more test fix
+
+    * tests/classes/interface_doubled.phpt
+      tests/classes/interface_implemented.phpt
+      tests/classes/interface_instantiate.phpt:
+      - Fix interface tests. Interfaces should not use access modifiers
+
+    * ZendEngine2/zend_operators.c:
+      - If object handles are equal then save the comparison of properties in
+      - the == operator.
+
+2004-10-20  Stanislav Malyshev  <[EMAIL PROTECTED]>
+
+    * main/output.c:
+      MF4: fix double bailout in HEAD when output is attempted from shutdown
+
+    * (PHP_4_3)
+      main/output.c:
+      fix HEAD problem: if some output is attempted in shutdown,
+      it bails out from shutdown sequence, which is bad
+
+2004-10-20  Joe Orton  <[EMAIL PROTECTED]>
+
+    * sapi/apache2handler/sapi_apache2.c:
+      Fix case where php_handle_aborted_connection was called outside a
+      try/end_try block (#25570).
+
 2004-10-19  Ilia Alshanetsky  <[EMAIL PROTECTED]>
 
     * ext/standard/file.c:
@@ -11656,7 +11697,7 @@
 2004-03-18  Pierre-Alain Joye  <[EMAIL PROTECTED]>
 
     * ext/gd/tests/bug27582_2.phpt:
-      - Fix the test description and $Id: ChangeLog,v 1.1780 2004/10/20 00:37:11 
changelog Exp $
+      - Fix the test description and $Id: ChangeLog,v 1.1781 2004/10/21 00:37:32 
changelog Exp $
 
 2004-03-18  Derick Rethans  <[EMAIL PROTECTED]>
 

Reply via email to