changelog Tue Aug 31 20:34:14 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1733&r2=1.1734&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1733 php-src/ChangeLog:1.1734
--- php-src/ChangeLog:1.1733 Mon Aug 30 20:32:34 2004
+++ php-src/ChangeLog Tue Aug 31 20:34:13 2004
@@ -1,3 +1,83 @@
+2004-08-31 Sara Golemon <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ ext/curl/curlstreams.c
+ ext/curl/streams.c:
+ MFH: Use user_agent ini setting if it's available.
+
+ * ext/curl/streams.c:
+ Use user_agent ini setting if it's available.
+
+2004-08-31 Joe Orton <[EMAIL PROTECTED]>
+
+ * ext/gd/libgd/gd.h
+ ext/gd/libgd/gdtables.c
+ ext/gd/libgd/wbmp.h
+ main/php_compat.h:
+ Move global symbols defined by bundled copy of libgd into private
+ php_gd_* namespace, to avoid symbol conflicts with, for instance,
+ another Apache module which loads a different copy of libgd.
+
+2004-08-31 Stanislav Malyshev <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ main/streams.c:
+ if not using Zend's alloc, don't touch _emalloc
+
+2004-08-31 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ configure.in
+ main/php_version.h:
+ back to dev.
+
+ * (PHP_4_3)
+ NEWS
+ configure.in
+ main/php_version.h:
+ 4.3.9RC2
+
+2004-08-31 Joe Orton <[EMAIL PROTECTED]>
+
+ * (PHP_5_0)
+ tests/lang/bug27354.phpt
+ tests/lang/bug27354.phpt:
+ MFH: Do not rely on handling of integers which might be outside the
+ range of a 32-bit signed long.
+
+2004-08-31 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * (PHP_5_0)
+ main/streams/streams.c:
+ MFH: fix bug #29723 (file_get_contents() fails with the file:// wrapper
+ under Win32)
+
+ * main/streams/streams.c:
+ fix bug #29723 (file_get_contents() fails with the file:// wrapper under
+ Win32)
+
+2004-08-31 Joe Orton <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ ext/standard/tests/time/001.phpt
+ ext/standard/tests/time/001.phpt:
+ MFH: fix gettimeofday() tests to not fail if the same time is
+ returned by successive calls.
+
+ * tests/lang/bug27354.phpt:
+ Do not rely on behaviour of integers which might be greater than
+ LONG_MAX on 32-bit architectures.
+
+2004-08-31 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * (PHP_5_0)
+ ext/oci8/oci8.dsw
+ ext/oci8/oci8.dsw:
+ MFH: this file shouldn't be in the repository at all
+
+ * ext/oci8/oci8.dsw:
+ this file shouldn't be in the repository at all
+
2004-08-30 Ilia Alshanetsky <[EMAIL PROTECTED]>
* (PHP_4_3)
@@ -9131,7 +9211,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1733 2004/08/31 00:32:34
changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1734 2004/09/01 00:34:13
changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>