1
0
mirror of https://github.com/php/php-src.git synced 2026-04-25 17:08:14 +02:00

ChangeLog update

This commit is contained in:
2009-04-05 01:33:06 +00:00
parent e595ebf5e5
commit 47494fcb4e
2 changed files with 49 additions and 0 deletions
+36
View File
@@ -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)
+13
View File
@@ -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