diff options
| -rw-r--r-- | ChangeLog | 36 | ||||
| -rw-r--r-- | Zend/ChangeLog | 13 |
2 files changed, 49 insertions, 0 deletions
@@ -1,3 +1,39 @@ +2009-04-04 Felipe Pena <felipensp@gmail.com> + + * 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 <sean@caedmon.net> + + * ext/imap/config.m4: + improve error message when missing c-client (just bit me on Ubuntu 8.10) + +2009-04-04 Sebastian Bergmann <sb@sebastian-bergmann.de> + + * (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 <pierre.dev@gmail.com> + + * TSRM/tsrm_virtual_cwd.c + TSRM/tsrm_virtual_cwd.c: + - nuke unused var + 2009-04-03 Felipe Pena <felipensp@gmail.com> * (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 <felipensp@gmail.com> + + * 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 <dmitry@zend.com> * zend_gc.c |
