changelog Thu Nov 11 20:51:50 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1800&r2=1.1801&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1800 php-src/ChangeLog:1.1801
--- php-src/ChangeLog:1.1800 Wed Nov 10 20:55:43 2004
+++ php-src/ChangeLog Thu Nov 11 20:51:37 2004
@@ -1,3 +1,46 @@
+2004-11-11 Rob Richards <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
+
+ * (PHP_5_0)
+ ext/interbase/ibase_query.c:
+ MFH: fix return value of ibase_execute()
+
+2004-11-11 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
* ext/standard/proc_open.c:
@@ -12476,7 +12519,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1800 2004/11/11
01:55:43 changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1801 2004/11/12
01:51:37 changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>