From 3852f8076fce51917a0b7075c7bc1659cb35c1ab Mon Sep 17 00:00:00 2001 From: Date: Wed, 8 Mar 2000 02:09:10 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 92 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 92 insertions(+) diff --git a/ChangeLog b/ChangeLog index 51517945e4b..a123463b051 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,95 @@ +2000-03-07 Uwe Steinmann + + * ext/pdf/pdf.c: - support for pdflib 3.0 + +2000-03-07 David Hedbor + + * sapi/roxen/roxen.c: Changed typo (interpretor->interpreter) + +2000-03-07 Sterling Hughes + + * pear/DB/mssql.php: + Prepended an @ sign to the mssql_* function calls, that way they don't wine and moan + when something goes wrong, allowing for custom error messages. + +2000-03-07 Sascha Schumann + + * acinclude.m4 + configure.in: + Write configuration parameters into `config.nice', so you can redo the + same configuration with exactly one command. + +2000-03-07 Sterling Hughes + + * pear/DB/mssql.php: Couple thangs... mainly error checking. + + * pear/DB/mssql.php: + Tested for basic capabilities, not extensive testing, but it still works. + +2000-03-07 Uwe Steinmann + + * ext/pdf/pdf.c: - quick hack to support pdflib 3.0 (not tested) + +2000-03-07 Sascha Schumann + + * ext/mysql/config.m4 + ext/mysql/libmysql/mysql_com.h: Try to locate the mysql.sock + +2000-03-07 Andi Gutmans + + * ext/mysql/config.m4: - Enable MySQL by default + +2000-03-07 Andrei Zmievski + + * ext/pcre/config.m4: Expanded checking for pcre.h and libpcre.a. + +2000-03-07 Andi Gutmans + + * ext/standard/dl.c: - Thies, it is crucial :) + +2000-03-07 Sam Ruby + + * sapi/servlet/Makefile.in + sapi/servlet/config.m4: Sapi/servlet build on Unix broken + +2000-03-07 Uwe Steinmann + + * ext/hyperwave/hg_comm.c: - some cleanups and fixed memory leak + +2000-03-07 Sam Ruby + + * php4dllts.dsp: Include metaphone on win32 builds + + * ext/standard/flock_compat.h: + Unresolved external php_if_ftruncate on Win32 + +2000-03-07 Sascha Schumann + + * configure.in: Use threads.m4 + +2000-03-07 Uwe Steinmann + + * ext/hyperwave/hg_comm.c: - switch to zend's double link list finished + +2000-03-07 Sam Ruby + + * ext/standard/basic_functions.c: Only define crypt if it is present + +2000-03-07 Andrei Zmievski + + * ext/standard/url.h: Can't believe it hasn't been done yet. + + * configuration-parser.y: Kill warning. + +2000-03-07 Thies C. Arntzen + + * ext/standard/dl.c: (php: dl) fixed MAXPATHLEN bug + +2000-03-07 Sam Ruby + + * internal_functions_win32.c: + It looks like a number of "standard" extensions are now truly builtin... + 2000-03-06 Sascha Schumann * ext/mysql/libmysql/mysql_com.h: