diff options
author | <changelog@php.net> | 2004-04-01 01:32:08 +0000 |
---|---|---|
committer | <changelog@php.net> | 2004-04-01 01:32:08 +0000 |
commit | 1d5a6d3f9f0c8547722de1afa06bc46e88a3c0cb (patch) | |
tree | 28b0cabdd65ea66b860f0cc0be066a28ccbb3ecd /Zend | |
parent | 002f7ef39379e261af28c5dff68925d317142727 (diff) | |
download | php-git-1d5a6d3f9f0c8547722de1afa06bc46e88a3c0cb.tar.gz |
ChangeLog update
Diffstat (limited to 'Zend')
-rw-r--r-- | Zend/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 14efdae3db..b7d6cdd237 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,13 @@ +2004-03-31 Dmitry Stogov <dmitry@zend.com> + + * zend_execute.c: + Fixed BUG in zend_post_incdec_property + +2004-03-31 Andi Gutmans <andi@zend.com> + + * zend_reflection_api.c: + - Fix typo + 2004-03-30 Marcus Boerger <marcus.boerger@post.rwth-aachen.de> * tests/bug26695.phpt: |