diff options
author | <changelog@php.net> | 2004-02-06 01:32:19 +0000 |
---|---|---|
committer | <changelog@php.net> | 2004-02-06 01:32:19 +0000 |
commit | f6b9419d2cdf3cbfe2d6cfabe8112fa054b260d5 (patch) | |
tree | e41c472730ca8b2dfc48d02cabbaa6471da1d3ba | |
parent | e5bd298bbce8b61eddd46fb4f91d14c888df148d (diff) | |
download | php-git-f6b9419d2cdf3cbfe2d6cfabe8112fa054b260d5.tar.gz |
ChangeLog update
-rw-r--r-- | ChangeLog | 34 | ||||
-rw-r--r-- | Zend/ChangeLog | 12 |
2 files changed, 46 insertions, 0 deletions
@@ -1,3 +1,37 @@ +2004-02-05 Andrey Hristov <andrey@webgate.bg> + + * NEWS: + typo + +2004-02-05 Sebastian Bergmann <sb@sebastian-bergmann.de> + + * ZendEngine2/ZEND_CHANGES: + Committing for Jan. + +2004-02-05 Stanislav Malyshev <stas@zend.com> + + * ext/standard/var.c: + fix serialization + + * ext/session/tests/019.phpt: + fix test - remove warning + +2004-02-05 Antony Dovgal <tony2001@phpclub.net> + + * ext/oci8/oci8.c: + fix bug #27149 + (offset should start with 1) + +2004-02-05 Ilia Alshanetsky <ilia@prohost.org> + + * NEWS: + Bug fixing news. + + * ZendEngine2/zend_compile.c + ZendEngine2/tests/bug27145.phpt: + Fixed bug #27145 (Unmangle private/protected property names before printing + then inside error messages). + 2004-02-04 Zeev Suraski <zeev@zend.com> * ZendEngine2/zend_execute_API.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 2963ab3224..5d8d5a4e45 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,15 @@ +2004-02-05 Sebastian Bergmann <sb@sebastian-bergmann.de> + + * ZEND_CHANGES: + Committing for Jan. + +2004-02-05 Ilia Alshanetsky <ilia@prohost.org> + + * zend_compile.c + tests/bug27145.phpt: + Fixed bug #27145 (Unmangle private/protected property names before printing + then inside error messages). + 2004-02-04 Zeev Suraski <zeev@zend.com> * zend_execute_API.c: |