changelog Sat Aug 7 20:34:30 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1709&r2=1.1710&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1709 php-src/ChangeLog:1.1710
--- php-src/ChangeLog:1.1709 Fri Aug 6 20:35:48 2004
+++ php-src/ChangeLog Sat Aug 7 20:34:29 2004
@@ -1,3 +1,39 @@
+2004-08-07 Wez Furlong <[EMAIL PROTECTED]>
+
+ * (PHP_5_0)
+ NEWS:
+ BFN
+
+ * (PHP_5_0)
+ ext/com_dotnet/com_dotnet.c:
+ MFH: Fix for Bug #29490 from Michael Sisolak
+
+ * ext/com_dotnet/com_dotnet.c:
+ Fix for Bug #29490 from Michael Sisolak.
+ Another fine patch; thanks Michael.
+
+2004-08-07 Sara Golemon <[EMAIL PROTECTED]>
+
+ * ext/standard/basic_functions.c
+ ext/standard/basic_functions.h:
+ Fix inet_pton/ntop() on BSD
+
+ * ext/standard/basic_functions.c:
+ Binary safety fix for inet_pton()
+
+ * NEWS
+ ext/standard/basic_functions.c
+ ext/standard/basic_functions.h:
+ New Functions inet_pton() and inet_ntop()
+
+2004-08-07 Andi Gutmans <[EMAIL PROTECTED]>
+
+ * ZendEngine2/zend_alloc.h:
+ - Commit Derick's patch for allowing Zend to use regular libc memory
+ - allocation functions. Mainly useful in conjunction with tools such as
+ - valgrind which enables us to find bugs we might not find with the
+ - current memory managers boundary protection.
+
2004-08-06 Sara Golemon <[EMAIL PROTECTED]>
* ext/standard/dns.c:
@@ -7864,7 +7900,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1709 2004/08/07 00:35:48
changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1710 2004/08/08 00:34:29
changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>