From: Date: Thu, 5 May 2005 00:36:44 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.0.1b1~321 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1ba54f5fca40a8d89ec5f056cc3becd4621ac6fd;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index dd3259f1fd..c8c7d9d1f1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,65 @@ +2005-05-04 Stanislav Malyshev + + * tests/lang/bug32924.phpt + tests/lang/inc.inc: + add test + + * NEWS: + + + * ZendEngine2/zend.c: + fix bug #32924: prepend does not add file to included files + + * (PHP_5_0) + ZendEngine2/zend_execute.c: + clarify some magic + +2005-05-04 Anantha Kesari H Y + + * ext/standard/dl.c + ext/standard/dl.c: + NetWare LibC dlsym works perfectly only thing that each of the extension + need to export a symbol with FULL capital prefix. + +2005-05-04 Dmitry Stogov + + * NEWS + ZendEngine2/zend_execute.c: + Fixed bug #30641 (Compile error: error: symbol "zend_error" is used but not + defined) + + * ZendEngine2/tests/bug30707.phpt + ZendEngine2/tests/bug30707.phpt: + + file bug30707.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/bug30707.phpt: + Fixed bug #30707 (Segmentation fault on exception in method) + + * (PHP_5_0) + ZendEngine2/zend_execute.c: + ws + + * ZendEngine2/tests/bug30162.phpt + ZendEngine2/tests/bug30162.phpt: + + file bug30162.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/bug30161.phpt: + Fixed bug #30162 (Catching exception in constructor couses lose of $this) + 2005-05-03 Rob Richards * (PHP_5_0) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index a672f65408..9a8d9f17b9 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,48 @@ +2005-05-04 Stanislav Malyshev + + * zend.c: + fix bug #32924: prepend does not add file to included files + + * (PHP_5_0) + zend_execute.c: + clarify some magic + +2005-05-04 Dmitry Stogov + + * zend_execute.c: + Fixed bug #30641 (Compile error: error: symbol "zend_error" is used but not + defined) + + * tests/bug30707.phpt + tests/bug30707.phpt: + + file bug30707.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/bug30707.phpt: + Fixed bug #30707 (Segmentation fault on exception in method) + + * (PHP_5_0) + zend_execute.c: + ws + + * tests/bug30162.phpt + tests/bug30162.phpt: + + file bug30162.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/bug30161.phpt: + Fixed bug #30162 (Catching exception in constructor couses lose of $this) + 2005-05-03 Dmitry Stogov * tests/unset_cv07.phpt: