From: Date: Thu, 15 Feb 2007 01:31:03 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_0_1~256 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=919324b315a80110cc7e04939b157493b1265fa9;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 474c34ca5d..b4259c1ddc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,41 @@ +2007-02-14 Derick Rethans + + * (PHP_5_2) + ext/date/php_date.c: + - MFH: Clarify the source of the timezone data. + + * ext/date/php_date.c: + - Clarify the source of the timezone data. + +2007-02-14 Nuno Lopes + + * ext/standard/tests/general_functions/bug39322.phpt + ext/standard/tests/general_functions/bug40398.phpt + ext/standard/tests/general_functions/error_get_last.phpt + ext/standard/tests/general_functions/proc_open02.phpt: + fix a few tests in unicode mode + + * ext/standard/proc_open.c + ext/standard/tests/general_functions/bug39322.phpt + ext/standard/tests/general_functions/phpcredits.phpt + ext/standard/tests/general_functions/proc_open02.phpt: + MFB + + * (PHP_5_2) + NEWS + ext/standard/proc_open.c + ext/standard/tests/general_functions/bug39322.phpt + ext/standard/tests/general_functions/bug39322.phpt + ext/standard/tests/general_functions/proc_open02.phpt + ext/standard/tests/general_functions/proc_open02.phpt: + Fixed bug #39322 (proc_terminate() destroys process resource) + +2007-02-14 Andi Gutmans + + * (PHP_5_2) + sapi/cgi/CREDITS: + - Give Dmitry credit for all the FastCGI work + 2007-02-13 Ilia Alshanetsky * (PHP_5_2)