From: Date: Thu, 7 Oct 2004 00:49:15 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_NEW_VM_GEN_PATCH~79 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d8cd7e848d0e271c1fdd37e1ae52179bb21a9eb3;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 63583322bf..5f910a51e7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,37 @@ +2004-10-06 Ilia Alshanetsky + + * TSRM/tsrm_virtual_cwd.c: + Fixed compiler warning. + +2004-10-06 Marcus Boerger + + * (PHP_5_0) + NEWS: + BFN + + * NEWS: + Style... + + * ZendEngine2/zend_reflection_api.c: + - Fix Bug #30344 + +2004-10-06 Anantha Kesari H Y + + * main/network.c: + removed unwanted NEW_LIBC checks + +2004-10-06 Ilia Alshanetsky + + * (PHP_5_0) + sapi/apache/php_apache.c: + Possible fix for bug #29764 + +2004-10-06 Andi Gutmans + + * NEWS: + - If we're going to mention the low level stuff then also give credit + - to Thies and Sterling + 2004-10-05 Ilia Alshanetsky * (PHP_4_3) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 29a4a5a781..1ab9d10553 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,8 @@ +2004-10-06 Marcus Boerger + + * zend_reflection_api.c: + - Fix Bug #30344 + 2004-10-05 Marcus Boerger * zend_compile.c