From: Date: Wed, 16 May 2007 01:31:17 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_2_0~30 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=34c14263634ada1880d2d2e6ffbe4b960ddf1ab8;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 252a745c62..cc5492cbe8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,44 @@ +2007-05-15 Antony Dovgal + + * (PHP_5_2) + ext/standard/tests/general_functions/debug_zval_dump_b.phpt + ext/standard/tests/general_functions/debug_zval_dump_b_64bit.phpt + ext/standard/tests/general_functions/debug_zval_dump_v.phpt: + fix tests + + * ext/standard/tests/general_functions/debug_zval_dump_b.phpt + ext/standard/tests/general_functions/debug_zval_dump_v.phpt: + fix test + +2007-05-15 Scott MacVicar + + * (PHP_5_2) + NEWS + main/streams/userspace.c: + MFH: Fixed bug #41390 (Clarify error message with invalid protocol scheme) + + * main/streams/userspace.c: + Fixed bug #41390 (Clarify error message with invalid protocol scheme + syntax) + +2007-05-15 Antony Dovgal + + * (PHP_5_2) + NEWS: + add the original author of the patch + +2007-05-15 Dmitry Stogov + + * sapi/cgi/cgi_main.c: + Fixed bug #41378 (fastcgi protocol lacks support for Reason-Phrase in + "Status:" header) + + * (PHP_5_2) + NEWS + sapi/cgi/cgi_main.c: + Fixed bug #41378 (fastcgi protocol lacks support for Reason-Phrase in + "Status:" header) + 2007-05-14 Ilia Alshanetsky * (PHP_5_2)