diff --git a/ChangeLog b/ChangeLog index 29a4a55adcf..c0a92e457be 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 3015a9be2c5..205c1ad6ccc 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: