From 34075d480e12d477abcaf6ce2b09eec4cc86a6c4 Mon Sep 17 00:00:00 2001 From: Date: Thu, 23 Dec 1999 02:09:10 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) diff --git a/ChangeLog b/ChangeLog index 68c929b738..a81a6310a2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,57 @@ +1999-12-22 Sascha Schumann + + * ext/mysql/php_mysql.c: Kill compiler warning + + * configure.in: + Clear LIBS as well, otherwise later linking checks (TSRM) might fail + + * configure.in: Add TSRM's LDFLAGS to EXTRA_LDFLAGS + + * ext/oci8/config.m4: + Enable --with-oci8 to use relative paths as input parameters + + * configure.in: + Limit _POSIX_PTHREAD_SEMANTICS to Solaris, and stop appending -O2. This + is automatically done by autoconf's AC_PROG_CC. + + * .cvsignore: Ignore these directory entries + + * config.guess + config.sub + ltconfig + ltmain.sh: Fix ltconfig, ltmain.sh + Update config.sub, config.guess from libtool-1.3.4 + +1999-12-22 David Hedbor + + * sapi/roxen/roxen.c: unlock the serializing lock a tad bit later + +1999-12-22 Andrei Zmievski + + * NEWS: Little fix. + +1999-12-22 Thies C. Arntzen + + * ext/standard/iptc.c: +1999-12-22 David Hedbor + + * sapi/roxen/config.m4: + Catch errors in the pike version-check script to avoid potential problems + + * sapi/roxen/roxen.c: Removed C++ style comment + + * sapi/roxen/roxen.c: + Some fixes in thread safe (ie ZTS) mode - now it actually seems to + work perfectly. Also fixed a couple of typos. + +1999-12-22 Sascha Schumann + + * ext/session/session.c: Logic fix, improved comments, better SID checking + + * ext/session/session.c: + Warn users, if they have disabled gpc_globals and track_vars. Also work + correctly, if users have enabled track_vars/disabled gpc_globals. + 1999-12-21 Sascha Schumann * sapi/roxen/Makefile.am -- 2.40.0