From: Date: Sun, 5 Apr 2009 01:33:06 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.4.0alpha1~191^2~3980 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=47494fcb4ec7d402bbebf411d026be43ea576400;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index ea44f0e2bf..5098201732 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,39 @@ +2009-04-04 Felipe Pena + + * ZendEngine2/zend_compile.c + ZendEngine2/tests/objects_002.phpt + ZendEngine2/tests/objects_003.phpt + ZendEngine2/tests/objects_004.phpt + ZendEngine2/tests/objects_005.phpt + ZendEngine2/tests/objects_006.phpt + ZendEngine2/tests/objects_007.phpt + ZendEngine2/tests/objects_008.phpt + ZendEngine2/tests/objects_009.phpt: + - Synced old changes + +2009-04-04 Sean Coates + + * ext/imap/config.m4: + improve error message when missing c-client (just bit me on Ubuntu 8.10) + +2009-04-04 Sebastian Bergmann + + * (PHP_5_3) + NEWS + ext/reflection/php_reflection.c + ext/reflection/tests/reflectionProperty_setAccessible.phpt: + MFH: Fix issue reported by Roman Borschel. + + * ext/reflection/php_reflection.c + ext/reflection/tests/reflectionProperty_setAccessible.phpt: + Fix issue reported by Roman Borschel. + +2009-04-04 Pierre-Alain Joye + + * TSRM/tsrm_virtual_cwd.c + TSRM/tsrm_virtual_cwd.c: + - nuke unused var + 2009-04-03 Felipe Pena * (PHP_5_3) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 883f0d81a3..741b5141a2 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,16 @@ +2009-04-04 Felipe Pena + + * zend_compile.c + tests/objects_002.phpt + tests/objects_003.phpt + tests/objects_004.phpt + tests/objects_005.phpt + tests/objects_006.phpt + tests/objects_007.phpt + tests/objects_008.phpt + tests/objects_009.phpt: + - Synced old changes + 2009-04-03 Dmitry Stogov * zend_gc.c