From: Date: Mon, 1 Mar 2004 01:32:12 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_2_0~110 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9cf988c2015ec4898a8216b62e658f0a630da491;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 4e51a95f59..1733020b7f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,54 @@ +2004-02-29 Moriyoshi Koizumi + + * NEWS: + - Yet another BFN + +2004-02-29 Andi Gutmans + + * ZendEngine2/zend_reflection_api.c: + - Apply fixes by Timm. + + * ZendEngine2/zend_compile.c: + - Change prototype isA check not to check the constructor. + - Only give an E_STRICT for non-isA compliant code as opposed to + E_COMPILE_ERROR. + +2004-02-29 Stanislav Malyshev + + * ZendEngine2/zend_compile.h: + add ZEND_API there too for opcode handlers + +2004-02-29 Derick Rethans + + * ZendEngine2/zend_execute.c: + - Initialize memory to \0 so that we can reliable detect whether a specific + opcode element is in use. + +2004-02-29 Anil Madhavapeddy + + * pear/PEAR/Downloader.php + pear/PEAR/Installer.php: + Move the _prependPath function into PEAR_Downloader from PEAR_Installer, + as PEAR_Downloader uses it (and PEAR_Installer inherits PEAR_Downloader). + + Unbreaks 'pear install -R' + +2004-02-29 Stanislav Malyshev + + * ZendEngine2/zend_execute.c: + export opcode table + +2004-02-29 Moriyoshi Koizumi + + * NEWS: + - BFN + + * ext/wddx/wddx.c: + - Bugfix #27287 (wddx segfaults during deserialization) + + * ext/session/session.c: + - Fix segfaults on deserialisation of referenced variables. + 2004-02-28 Ilia Alshanetsky * ext/pdf/pdf.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 6ee0c41957..79eea31fd1 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,29 @@ +2004-02-29 Andi Gutmans + + * zend_reflection_api.c: + - Apply fixes by Timm. + + * zend_compile.c: + - Change prototype isA check not to check the constructor. + - Only give an E_STRICT for non-isA compliant code as opposed to + E_COMPILE_ERROR. + +2004-02-29 Stanislav Malyshev + + * zend_compile.h: + add ZEND_API there too for opcode handlers + +2004-02-29 Derick Rethans + + * zend_execute.c: + - Initialize memory to \0 so that we can reliable detect whether a specific + opcode element is in use. + +2004-02-29 Stanislav Malyshev + + * zend_execute.c: + export opcode table + 2004-02-27 Marcus Boerger * zend_API.c