From: Date: Sat, 17 Jul 2004 00:32:34 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_ZEND_VM_DISPATCH_PATCH~484 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=394a0aea168aedf9e89235cc92421785e7f1c3e9;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 59e0d5f022..b5bb5e3d57 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,69 @@ +2004-07-16 Sara Golemon + + * (PHP_5_0) + NEWS: + BFN + + * (PHP_5_0) + ext/standard/filters.c: + MFH: convert.* filters not consuming buckets_in on PSFS_FLUSH_* + + * ext/standard/filters.c: + convert.* filters not consuming buckets_in on PSFS_FLUSH_* + +2004-07-16 Anantha Kesari H Y + + * ext/openssl/openssl.mak: + NetWare specific openssl build file + +2004-07-16 Sebastian Bergmann + + * NEWS: + (IMO) Better NEWS entry for true/false/null implementation change. + +2004-07-16 Marcus Boerger + + * NEWS: + Correct version + + * NEWS + NEWS + TODO-5.1: + BFN + + * ZendEngine2/zend_language_parser.y + ZendEngine2/zend_language_scanner.l: + - Speed up by making null/false/true reserved word which allows to drop + an opcode (FETCH_CONSTANT) for every usage. + + * ZendEngine2/zend_execute.c: + Bugfix #28464 catch() does not catch exceptions by interfaces + +2004-07-16 Sara Golemon + + * (PHP_4_3) + NEWS + ext/standard/filestat.c: + Bugfix# 29114 Potential double free in php_stat + +2004-07-16 Ilia Alshanetsky + + * (PHP_4_3) + NEWS + Zend/zend_operators.h + tests/lang/bug28800.phpt: + MFH: Fixed bug #28800 (strings beginning with "inf" improperly converted). + + * ZendEngine2/zend_operators.h + tests/lang/bug28800.phpt: + MFB: Fixed bug #28800 (strings beginning with "inf" improperly converted). + + * (PHP_5_0) + ZendEngine2/zend_operators.h + tests/lang/bug28800.phpt + tests/lang/bug28800.phpt: + Fixed bug #28800 (strings beginning with "inf" improperly converted). + 2004-07-15 Andi Gutmans * ZendEngine2/zend_alloc.c diff --git a/Zend/ChangeLog b/Zend/ChangeLog index b751e2d59f..f08cf1d331 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,22 @@ +2004-07-16 Marcus Boerger + + * zend_language_parser.y + zend_language_scanner.l: + - Speed up by making null/false/true reserved word which allows to drop + an opcode (FETCH_CONSTANT) for every usage. + + * zend_execute.c: + Bugfix #28464 catch() does not catch exceptions by interfaces + +2004-07-16 Ilia Alshanetsky + + * zend_operators.h: + MFB: Fixed bug #28800 (strings beginning with "inf" improperly converted). + + * (PHP_5_0) + zend_operators.h: + Fixed bug #28800 (strings beginning with "inf" improperly converted). + 2004-07-15 Andi Gutmans * zend_alloc.c