From 19f0603885caae923f9ea10ee8de664f6027bb72 Mon Sep 17 00:00:00 2001 From: Date: Wed, 22 Dec 1999 02:09:13 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 106 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 106 insertions(+) diff --git a/ChangeLog b/ChangeLog index 459c66016f..68c929b738 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,109 @@ +1999-12-21 Sascha Schumann + + * sapi/roxen/Makefile.am + sapi/isapi/Makefile.am + sapi/cgi/Makefile.am + sapi/aolserver/Makefile.am + sapi/apache/Makefile.am + pear/Makefile.am + sapi/Makefile.am + ext/odbc/Makefile.am + ext/standard/Makefile.am + ext/gd/Makefile.am + ext/Makefile.am + ext/dbase/Makefile.am + build-defs.h.in: Some cleanup + +1999-12-21 Zeev Suraski + + * ext/standard/basic_functions.c + ext/standard/info.c + ext/standard/info.h + ext/odbc/php_odbc.c + main.c: +1999-12-21 Andrei Zmievski + + * sapi/apache/mod_php4.c + ext/cpdf/cpdf.c: Some more php3->php stuff. + + * fopen-wrappers.c + fopen-wrappers.h + main.c + request_info.c + request_info.h: php3 -> php prefix work + + * ext/apache/apache.c + php.h: Correct PHP's mime type. + + * TODO: *** empty log message *** + +1999-12-21 Sascha Schumann + + * configure.in: + Move TSRM checks, so that additional flags can be considered + +1999-12-21 Andrei Zmievski + + * ext/standard/array.c + ext/standard/browscap.c + ext/standard/var.c + ext/java/java.c + ext/com/COM.c + main.c: We're using ZVAL's now. + +1999-12-21 Thies C. Arntzen + + * TODO: some more thoughts + + * ext/standard/file.c + NEWS: + commented out select() & friends for now - we need to come up with a good API for those! + +1999-12-21 Andi Gutmans + + * NEWS: - This should have made it into the NEWS + +1999-12-21 Andrei Zmievski + + * NEWS: Optimize. + +1999-12-21 Thies C. Arntzen + + * TODO: would be nice & clean + +1999-12-21 Evan Klinger + + * ext/bcmath/bcmath.c: Ex API + +1999-12-21 Zeev Suraski + + * ext/pgsql/pgsql.c + ext/pgsql/php_pgsql.h: This should get it to compile... + +1999-12-21 Sascha Schumann + + * configure.in: + Only add additional include paths, if building in a separate directory + (cosmetic change) + + * acinclude.m4: Workaround for broken trs + +1999-12-21 Sam Ruby + + * ext/standard/parsedate.y: + Further cleanup as including php.h is no longer harmful + - thanks to Sascha for noticing it. + Tested on Linux and WinNT, should work everywhere. + +1999-12-21 Sascha Schumann + + * php_sprintf.c: + Change order to avoid system prototype mismatch (sprint is defined to + php_sprintf by php_config.h) + + * acinclude.m4 + configure.in: Propagate ZTS setting correctly + 1999-12-20 Sascha Schumann * sapi/thttpd/thttpd.c -- 2.40.0