]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sun, 8 Aug 2004 00:34:33 +0000 (00:34 +0000)
committer <changelog@php.net> <>
Sun, 8 Aug 2004 00:34:33 +0000 (00:34 +0000)
ChangeLog
Zend/ChangeLog

index e50ef14b694a4ebc2cd98c48704bb4cd499a30bc..59e2098a6a0c17f413ed0ad3207c6849f1d05516 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,39 @@
+2004-08-07  Wez Furlong  <wez.php@thebrainroom.net>
+
+    * (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  <php@alphaweb.net>
+
+    * 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  <andi@zend.com>
+
+    * 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  <php@alphaweb.net>
 
     * ext/standard/dns.c:
index d78a1eb82a1bc993ea58f5a6c1eb2b76ee9d3ed2..edc5f9bb2dd4ec3132ca6b70523873378c79c20b 100644 (file)
@@ -1,3 +1,11 @@
+2004-08-07  Andi Gutmans  <andi@zend.com>
+
+    * 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-05  Ilia Alshanetsky  <ilia@prohost.org>
 
     * zend_builtin_functions.c: