From 179456f9c12b59103ae9e22c1d02e97284dff1c2 Mon Sep 17 00:00:00 2001 From: Date: Tue, 12 Dec 2006 01:31:15 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 71 ++++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 20 ++++++++++++++ 2 files changed, 91 insertions(+) diff --git a/ChangeLog b/ChangeLog index 2240136500..75e4baf631 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,74 @@ +2006-12-11 Andrei Zmievski + + * ZendEngine2/zend.c: + Clarify stream_encoding. + +2006-12-11 Ilia Alshanetsky + + * ext/date/php_date.c + ext/date/tests/bug39782.phpt: + MFB: Fixed bug #39782 (setTime() on a DateTime constructed with a Weekday + yields incorrect results). + + * (PHP_5_2) + NEWS + ext/date/php_date.c + ext/date/tests/bug39782.phpt + ext/date/tests/bug39782.phpt: + Fixed bug #39782 (setTime() on a DateTime constructed with a Weekday + yields incorrect results). + + * (PHP_5_2) + ZendEngine2/zend_operators.c: + Fixed typo + + * (PHP_5_2) + ZendEngine2/zend_operators.c: + Removed bool<>long optimization as it causes issues with strict type checks + + * (PHP_5_2) + ZendEngine2/zend_operators.c + ZendEngine2/zend_operators.h: + Minor optimization (2-3%) from Brian Shire + + * sapi/apache2filter/php_functions.c + sapi/apache2handler/php_functions.c: + MFB: Fixed bug #39787 (PHP doesn't work with Apache 2.3). + + * (PHP_5_2) + NEWS + sapi/apache2filter/php_functions.c + sapi/apache2handler/php_functions.c: + Fixed bug #39787 (PHP doesn't work with Apache 2.3). + +2006-12-11 Antony Dovgal + + * ext/oci8/oci8_interface.c: + prevent any possible problems with negative values + + * (PHP_5_2) + ext/oci8/tests/lob_027.phpt: + add new test + + * ext/oci8/tests/lob_027.phpt + ext/oci8/tests/lob_027.phpt: + + add new test + +2006-12-11 Ilia Alshanetsky + + * ext/date/lib/parse_date.c + ext/date/lib/parse_date.re: + MFB: Fixed bug #39791 (Crash in strtotime() on overly long relative date + multipliers). + + * (PHP_5_2) + NEWS + ext/date/lib/parse_date.c + ext/date/lib/parse_date.re: + Fixed bug #39791 (Crash in strtotime() on overly long relative date + multipliers). + 2006-12-10 Marcus Boerger * (PHP_5_2) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 4f8020f98a..2d20e6da3d 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,23 @@ +2006-12-11 Andrei Zmievski + + * zend.c: + Clarify stream_encoding. + +2006-12-11 Ilia Alshanetsky + + * (PHP_5_2) + zend_operators.c: + Fixed typo + + * (PHP_5_2) + zend_operators.c: + Removed bool<>long optimization as it causes issues with strict type checks + + * (PHP_5_2) + zend_operators.c + zend_operators.h: + Minor optimization (2-3%) from Brian Shire + 2006-12-08 Dmitry Stogov * zend_execute.c -- 2.40.0