diff options
author | <changelog@php.net> | 2005-04-27 00:38:26 +0000 |
---|---|---|
committer | <changelog@php.net> | 2005-04-27 00:38:26 +0000 |
commit | 04b5f20be5933fe5ab749ff9e621c7f670b93ac8 (patch) | |
tree | 8c5f425ea9dc7f54464865ab273651f951a73e80 | |
parent | a9a319b078ddb9e1fcfe8cce3bb574e26dd3dfa0 (diff) | |
download | php-git-04b5f20be5933fe5ab749ff9e621c7f670b93ac8.tar.gz |
ChangeLog update
-rw-r--r-- | ChangeLog | 48 | ||||
-rw-r--r-- | Zend/ChangeLog | 37 |
2 files changed, 85 insertions, 0 deletions
@@ -1,3 +1,51 @@ +2005-04-26 Dmitry Stogov <dmitry@zend.com> + + * ZendEngine2/tests/bug30889.phpt + ZendEngine2/tests/bug30889.phpt: + + file bug30889.phpt was initially added on branch PHP_5_0. + + * (PHP_5_0) + NEWS + ZendEngine2/zend_execute.c + ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_execute.h + ZendEngine2/zend_vm_opcodes.h + ZendEngine2/tests/bug30889.phpt: + Fixed bug #30889 (Conflict between __get/__set and ++ operator) + + * ZendEngine2/tests/bug32429.phpt: + fix + + * ZendEngine2/tests/bug30702.phpt + ZendEngine2/tests/bug30702.phpt: + + file bug30702.phpt was initially added on branch PHP_5_0. + + * (PHP_5_0) + NEWS + ZendEngine2/zend_API.c + ZendEngine2/zend_API.c + ZendEngine2/tests/bug30702.phpt: + Fixed bug #30702 (cannot initialize class variable from class constant) + + * NEWS + ZendEngine2/zend_compile.c + ZendEngine2/tests/bug32427.phpt: + Fixed bug #32427 (Interfaces are not allowed 'static' access modifier). + + * NEWS + ZendEngine2/zend_builtin_functions.c + ZendEngine2/tests/bug32429.phpt: + Fixed bug #32429 (method_exists() always return TRUE if __call method + exists) + +2005-04-26 Jani Taskinen <jani.taskinen@sci.fi> + + * acinclude.m4 + acinclude.m4: + Netware stuff + 2005-04-25 Ilia Alshanetsky <ilia@prohost.org> * (PHP_4_3) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 289e039ae5..8c9d9fbc6a 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,40 @@ +2005-04-26 Dmitry Stogov <dmitry@zend.com> + + * tests/bug30889.phpt + tests/bug30889.phpt: + + file bug30889.phpt was initially added on branch PHP_5_0. + + * (PHP_5_0) + zend_execute.c + zend_vm_def.h + zend_vm_execute.h + zend_vm_opcodes.h + tests/bug30889.phpt: + Fixed bug #30889 (Conflict between __get/__set and ++ operator) + + * tests/bug32429.phpt: + fix + + * zend_API.c + zend_API.c + tests/bug30702.phpt: + Fixed bug #30702 (cannot initialize class variable from class constant) + + * tests/bug30702.phpt + tests/bug30702.phpt: + + file bug30702.phpt was initially added on branch PHP_5_0. + + * zend_compile.c + tests/bug32427.phpt: + Fixed bug #32427 (Interfaces are not allowed 'static' access modifier). + + * zend_builtin_functions.c + tests/bug32429.phpt: + Fixed bug #32429 (method_exists() always return TRUE if __call method + exists) + 2005-04-25 Andrei Zmievski <andrei@gravitonic.com> * zend_object_handlers.c: |