diff options
author | <changelog@php.net> | 1999-12-23 02:09:10 +0000 |
---|---|---|
committer | <changelog@php.net> | 1999-12-23 02:09:10 +0000 |
commit | 34075d480e12d477abcaf6ce2b09eec4cc86a6c4 (patch) | |
tree | 9e22ef056f574db60e98a4fcfdb27601f144de41 | |
parent | dd2a2a8072911706f22df0ad1fefe89d10074d4e (diff) | |
download | php-git-34075d480e12d477abcaf6ce2b09eec4cc86a6c4.tar.gz |
ChangeLog update
-rw-r--r-- | ChangeLog | 54 |
1 files changed, 54 insertions, 0 deletions
@@ -1,3 +1,57 @@ +1999-12-22 Sascha Schumann <sascha@schumann.cx> + + * 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 <david@hedbor.org> + + * sapi/roxen/roxen.c: unlock the serializing lock a tad bit later + +1999-12-22 Andrei Zmievski <andrei@ispi.net> + + * NEWS: Little fix. + +1999-12-22 Thies C. Arntzen <thies@digicol.de> + + * ext/standard/iptc.c: +1999-12-22 David Hedbor <david@hedbor.org> + + * 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 <sascha@schumann.cx> + + * 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 <sascha@schumann.cx> * sapi/roxen/Makefile.am |