]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Fri, 21 Apr 2006 05:31:54 +0000 (05:31 +0000)
committer <changelog@php.net> <>
Fri, 21 Apr 2006 05:31:54 +0000 (05:31 +0000)
ChangeLog
Zend/ChangeLog

index c67e6d81348ffc85c493d6c36490ab060fc08e2a..bfa016817869d754976b24a79070e50d1aef8f0d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,60 @@
+2006-04-20  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_5_1)
+      configure.in
+      main/php_version.h:
+      Back to dev
+
+2006-04-20  Antony Dovgal  <antony@zend.com>
+
+    * (PHP_5_1)
+      ZendEngine2/zend_execute_API.c:
+      there is no %v in 5_1
+
+2006-04-20  Andrei Zmievski  <andrei@gravitonic.com>
+
+    * ZendEngine2/zend.c
+      ZendEngine2/zend_globals.h
+      ZendEngine2/zend_operators.c
+      ZendEngine2/zend_unicode.c
+      ZendEngine2/zend_unicode.h:
+      Move to refcounted implementation of collators.
+
+2006-04-20  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_5_1)
+      NEWS
+      configure.in
+      main/php_version.h:
+      Prepare for RC3
+
+2006-04-20  Michael Wallner  <mike@iworks.at>
+
+    * main/streams/streams.c:
+      MFB: Fix reading stream filters never notified about EOF
+
+    * (PHP_5_1)
+      NEWS
+      ext/standard/tests/filters/read.phpt
+      ext/standard/tests/filters/read.phpt
+      main/streams/streams.c:
+      - Fix reading stream filters never notified about EOF
+
+2006-04-20  Dmitry Stogov  <dmitry@zend.com>
+
+    * ZendEngine2/tests/bug37138.phpt:
+      Test added
+
+    * ZendEngine2/tests/bug37138.phpt
+      ZendEngine2/tests/bug37138.phpt:
+      
+      file bug37138.phpt was initially added on branch PHP_5_1.
+
+    * (PHP_5_1)
+      NEWS
+      ZendEngine2/zend_API.c:
+      Fixed bug #37138 (__autoload tries to load callback'ed self and parent)
+
 2006-04-19  Dmitry Stogov  <dmitry@zend.com>
 
     * (PHP_5_1)
index 44edf039499870ee27fef20fa765c99d11b3d4fd..1e7204fc33dda1d33141be91af9dac2eb4dc874e 100644 (file)
@@ -1,3 +1,29 @@
+2006-04-20  Antony Dovgal  <antony@zend.com>
+
+    * (PHP_5_1)
+      zend_execute_API.c:
+      there is no %v in 5_1
+
+2006-04-20  Andrei Zmievski  <andrei@gravitonic.com>
+
+    * zend.c
+      zend_globals.h
+      zend_operators.c
+      zend_unicode.c
+      zend_unicode.h:
+      Move to refcounted implementation of collators.
+
+2006-04-20  Dmitry Stogov  <dmitry@zend.com>
+
+    * tests/bug37138.phpt:
+      Test added
+
+    * (PHP_5_1)
+      zend_API.c
+      tests/bug37138.phpt
+      tests/bug37138.phpt:
+      Fixed bug #37138 (__autoload tries to load callback'ed self and parent)
+
 2006-04-19  Dmitry Stogov  <dmitry@zend.com>
 
     * zend.c: