changelog Fri Aug 6 20:35:49 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1708&r2=1.1709&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1708 php-src/ChangeLog:1.1709
--- php-src/ChangeLog:1.1708 Thu Aug 5 20:33:54 2004
+++ php-src/ChangeLog Fri Aug 6 20:35:48 2004
@@ -1,3 +1,20 @@
+2004-08-06 Sara Golemon <[EMAIL PROTECTED]>
+
+ * ext/standard/dns.c:
+ Add A6 support, fix IPv6 address parsing, and improve define compatability
+
+ * ext/simplexml/simplexml.c:
+ ZTS Fix
+
+2004-08-06 Wez Furlong <[EMAIL PROTECTED]>
+
+ * (PHP_5_0)
+ ext/standard/streamsfuncs.c:
+ MFH: avoid possible segfault with stream_socket_client and bogus flags.
+
+ * ext/standard/streamsfuncs.c:
+ Avoid possible segfault when using stream_socket_client with bogus flags.
+
2004-08-05 Ilia Alshanetsky <[EMAIL PROTECTED]>
* ext/simplexml/php_simplexml_exports.h
@@ -7847,7 +7864,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1708 2004/08/06 00:33:54
changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1709 2004/08/07 00:35:48
changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>