From: Date: Fri, 12 Nov 2004 01:51:37 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_2~700 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=68faef668bfba30b91e16cdbdb941009e26618c8;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 093436b5c3..ed5870c636 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,46 @@ +2004-11-11 Rob Richards + + * (PHP_5_0) + main/streams/streams.c: + support file:/// under windows again + + * main/streams/streams.c: + add support for file://localhost/ + support file:/// under windows again + +2004-11-11 Ard Biesheuvel + + * (PHP_5_0) + ext/interbase/ibase_query.c: + MFH: fix return value of ibase_execute() + +2004-11-11 Antony Dovgal + + * (PHP_4_3) + ext/standard/Makefile.frag + ext/standard/Makefile.frag: + MFH: fix #30751 (phpinfo() shows the same ini path after reconfigure with + --with-config-file-path) + + * ext/standard/Makefile.frag: + fix #30751 (phpinfo() shows the same ini path after reconfigure with + --with-config-file-path) + +2004-11-11 Ilia Alshanetsky + + * (PHP_4_3) + NEWS + NEWS + main/rfc1867.c + main/rfc1867.c: + MFH: Fixed bug #30750 (Meaningful error message when upload directory is + not + accessible). + + * main/rfc1867.c: + Fixed bug #30750 (Meaningful error message when upload directory is not + accessible). + 2004-11-10 Wez Furlong * ext/standard/proc_open.c: