From: Date: Sun, 8 Aug 2004 00:34:33 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_ZEND_VM_DISPATCH_PATCH~216 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=79187b13606da63534ee70767adfdeb6a77cc5cb;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index e50ef14b69..59e2098a6a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,39 @@ +2004-08-07 Wez Furlong + + * (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 + + * 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 + + * 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 * ext/standard/dns.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index d78a1eb82a..edc5f9bb2d 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,11 @@ +2004-08-07 Andi Gutmans + + * 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 * zend_builtin_functions.c: