From: Date: Fri, 21 Apr 2006 05:31:54 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_3~22 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bb90b758f4234f7d300288dde1e5f8e974531d5e;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index c67e6d8134..bfa0168178 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,60 @@ +2006-04-20 Ilia Alshanetsky + + * (PHP_5_1) + configure.in + main/php_version.h: + Back to dev + +2006-04-20 Antony Dovgal + + * (PHP_5_1) + ZendEngine2/zend_execute_API.c: + there is no %v in 5_1 + +2006-04-20 Andrei Zmievski + + * 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 + + * (PHP_5_1) + NEWS + configure.in + main/php_version.h: + Prepare for RC3 + +2006-04-20 Michael Wallner + + * 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 + + * 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 * (PHP_5_1) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 44edf03949..1e7204fc33 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,29 @@ +2006-04-20 Antony Dovgal + + * (PHP_5_1) + zend_execute_API.c: + there is no %v in 5_1 + +2006-04-20 Andrei Zmievski + + * 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 + + * 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 * zend.c: