From: Date: Thu, 16 Sep 2004 00:33:09 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_NEW_VM_GEN_PATCH~299 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5fc85f6c6179352784bc02e2cb7446e71f9c303a;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 29a4a55adc..c0a92e457b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,51 @@ +2004-09-15 Uwe Schindler + + * (PHP_4_3) + NEWS + sapi/nsapi/nsapi.c: + Sorry REVERT bevor 4.3.9 is out because of not critical!!!! + + * (PHP_4_3) + NEWS + NEWS + sapi/nsapi/nsapi.c + sapi/nsapi/nsapi.c + sapi/nsapi/nsapi.c: + Fixed bug #29805 (HTTP Authentication Issues) + +2004-09-15 Jani Taskinen + + * ext/standard/tests/math/bug30069.phpt: + + Test for bug #30069 + +2004-09-15 Ilia Alshanetsky + + * (PHP_4_3) + Zend/zend_operators.h + ZendEngine2/zend_operators.h: + MFH: Fixed a bug causing ".123" * "90" and alike to return a 0. + + * (PHP_5_0) + ZendEngine2/zend_operators.h: + Fixed a bug causing ".123" * "90" and alike to return a 0. + +2004-09-15 Derick Rethans + + * ZendEngine2/zend_config.w32.h: + - Windows support strcoll too. + + * (PHP_5_0) + NEWS + ext/standard/array.c: + - MFH: Added new boolean (fourth) parameter to array_slice() that turns on + the + preservation of keys in the returned array. + + * ext/standard/array.c: + - Added new boolean (fourth) parameter to array_slice() that turns on the + preservation of keys in the returned array. + 2004-09-14 Ilia Alshanetsky * ext/session/session.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 3015a9be2c..205c1ad6cc 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,17 @@ +2004-09-15 Ilia Alshanetsky + + * zend_operators.h: + MFH: Fixed a bug causing ".123" * "90" and alike to return a 0. + + * (PHP_5_0) + zend_operators.h: + Fixed a bug causing ".123" * "90" and alike to return a 0. + +2004-09-15 Derick Rethans + + * zend_config.w32.h: + - Windows support strcoll too. + 2004-09-13 Stanislav Malyshev * zend_execute.c: