1
0
mirror of https://github.com/php/php-src.git synced 2026-04-04 22:52:40 +02:00

ChangeLog update

This commit is contained in:
2004-08-08 00:34:33 +00:00
parent 8c4b687769
commit 79187b1360
2 changed files with 44 additions and 0 deletions

View File

@@ -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:

View 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: