From: Date: Wed, 22 Sep 2004 00:34:14 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_NEW_VM_GEN_PATCH~264 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=24961c73ac415c6a685f721e57467010ff80a8ae;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 2db340c14c..6f4fbd527c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,27 @@ +2004-09-21 Ilia Alshanetsky + + * (PHP_4_3) + configure.in: + Fixed minor version #. + +2004-09-21 Andi Gutmans + + * ZendEngine2/zend_execute.c + ZendEngine2/zend_execute.h: + - Fix for bug #29707 + +2004-09-21 Uwe Schindler + + * (PHP_4_3) + NEWS + sapi/nsapi/nsapi.c: + Fixed bug #29805 (HTTP Authentication Issues) + +2004-09-21 Frank M. Kromann + + * ext/standard/php_math.h: + Fix win32 build + 2004-09-20 Ilia Alshanetsky * (PHP_4_3) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 79377bc478..14e80085c6 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,9 @@ +2004-09-21 Andi Gutmans + + * zend_execute.c + zend_execute.h: + - Fix for bug #29707 + 2004-09-19 Marcus Boerger * zend_reflection_api.c: