From: Date: Mon, 16 Jan 2006 06:31:39 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_0_4~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3a67d538ee97dbecfdd81749ecafe8b76cfd4e54;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index dcf11f12c1..53bd3e6d2c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,32 @@ +2006-01-15 Antony Dovgal + + * (PHP_4_4) + NEWS + ext/standard/http_fopen_wrapper.c: + fix bug #36017 (fopen() crashes PHP when opening a URL) + + fix incosistency in macro usage + +2006-01-15 Ilia Alshanetsky + + * (PHP_4_4) + NEWS + ext/session/session.c: + MFH: Added a check for special characters in the session name. + + * ext/session/session.c: + MFB51: Added a check for special characters in the session name. + + * (PHP_5_1) + NEWS + ext/session/session.c: + Added a check for special characters in the session name. + +2006-01-15 Derick Rethans + + * (PHP_4_4) + main/php_version.h: + - Fixed typoes. + 2006-01-14 Marcus Boerger * ZendEngine2/tests/bug29210.phpt