From 236cd42699ef2bd44233577f2b84d047bb6b65eb Mon Sep 17 00:00:00 2001 From: Date: Sun, 28 Nov 1999 02:08:24 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) diff --git a/ChangeLog b/ChangeLog index 585a8f88e2..7bfaea34e6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,66 @@ +1999-11-27 Sascha Schumann + + * ext/informix/Makefile.am + ext/informix/config.m4: + Improved build (now sets also runtime library search paths, works + out-of-the-box with Apache) + +1999-11-27 Andrei Zmievski + + * NEWS: *** empty log message *** + + * ext/domxml/.cvsignore: Don't cry, CVS. + + * ext/session/session.c: + (PHP session_register) Modified to accept variable number of arguments, + any of which can be either string holding the variable name or an array + consisting of such variable names or other arrays. + +1999-11-27 Sascha Schumann + + * ext/standard/parsedate.y: one tmbuf is enough + +1999-11-27 Zeev Suraski + + * php4.dsp + php4dll.dsp: - Win32 thread unsafe build updates + +1999-11-27 Andrew Skalski + + * ext/ftp/ftp.c: typecast void pointer to char* for pointer arithmetic + +1999-11-27 Jouni Ahto + + * ext/standard/parsedate.y + ext/dbase/dbf_misc.c: + Use thread-safe versions of localtime and gmtime + +1999-11-27 Zeev Suraski + + * php4dllts.dsp + php_reentrancy.h: Update Win32 build + +1999-11-27 Sascha Schumann + + * ext/standard/url_scanner.c + ext/standard/url_scanner.re: + Only compile the scanner, if trans_sid is enabled + + * configure.in: Test for PHP_THREAD_SAFETY + + * configure.in: PERL_PATH is used nowhere + + * acinclude.m4 + configure.in: Add --enable-experimental-zts + +1999-11-27 Zeev Suraski + + * php.h + php4dllts.dsp + strlcat.c + strlcpy.c + strtok_r.c: Get Win32 to compile again + 1999-11-26 Zeev Suraski * NEWS: *** empty log message *** -- 2.50.1