From: Date: Mon, 17 Apr 2006 05:31:44 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_3~52 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=46aae2885573fb6106429c17b828cdb3f0a46e62;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 02283afed7..11a3e2d617 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,26 @@ +2006-04-16 Ilia Alshanetsky + + * ext/standard/http_fopen_wrapper.c: + MFB51: fixed typo + + * (PHP_5_1) + ext/standard/http_fopen_wrapper.c: + Fixed a typo in the previous patch. + + + * (PHP_4_4) + NEWS + ext/standard/http_fopen_wrapper.c: + MFH: Fixed bug #37045 (Fixed check for special chars for http redirects). + + * ext/standard/http_fopen_wrapper.c: + MFB51: Fixed bug #37045 (Fixed check for special chars for http redirects). + + * (PHP_5_1) + NEWS + ext/standard/http_fopen_wrapper.c: + Fixed bug #37045 (Fixed check for special chars for http redirects). + 2006-04-15 Antony Dovgal * ext/sqlite/sqlite.c: