From: Date: Wed, 31 May 2000 02:15:14 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_EIGHT_BYTE_ALLOC_PATCH~176 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6341c60f672a68a55da87ec14b55ddaa065f2556;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 07ac92d2ea..dae58362ab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,42 @@ +2000-05-30 Frank M. Kromann + + * ext/imap/imap.dsp + ext/imap/imap.h + ext/imap/php_imap.h: + Making imap module compile on win32 and include imap_mail() function) + +2000-05-30 Ben Mansell + + * README.Zeus: + Updated help section with some more compile problems & solutions + +2000-05-30 Andrei Zmievski + + * ext/standard/array.c + ext/standard/basic_functions.c + ext/standard/php_array.h: + - Added array_merge_recursive() that will recursively merge values + under the same keys. + + * TODO: retab + + * TODO: Finally figured out what pathinfo() was all about. + +2000-05-30 Anthony Whitehead + + * sapi/nsapi/config.m4 + sapi/nsapi/nsapi-readme.txt + sapi/nsapi/nsapi.c: + Altered NSAPI autoconf to check for location of include files automatically, tested for Netscape 3.x and iPlanet 4.x. + Added very basic variable support for usefull things such as PHP_SELF. I'll extend this to supply this rest of the variables soon. + Commited a patch to activate ZTS in the NSAPI module, this patch comes from + Jayakumar Muthukumarasamy. + +2000-05-30 Thies C. Arntzen + + * ext/oci8/oci8.c: + - fixed crash in OCIParse when parsing invalid SQL. + 2000-05-29 Zeev Suraski * ext/standard/Makefile.in: Forgot to update the makefile