Browse Source

ChangeLog update

PHP-5.1
22 years ago
parent
commit
79187b1360
  1. 36
      ChangeLog
  2. 8
      Zend/ChangeLog

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

8
Zend/ChangeLog

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

Loading…
Cancel
Save