From a25f899b47f698863d5af973c29736fb727f5128 Mon Sep 17 00:00:00 2001 From: Date: Thu, 24 May 2001 01:09:21 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 101 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 101 insertions(+) diff --git a/ChangeLog b/ChangeLog index bf713c324d..60dfdf5fd2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,104 @@ +2001-05-23 Sascha Schumann + + * ext/session/session.c: + Due to dynamic registration of storage handlers, OnUpdateSaveHandler + might be called before that registration takes place and hence the + INI update is dismissed. In that case, we defer the lookup to the + first request init. + +2001-05-23 Jani Taskinen + + * ext/xslt/.cvsignore: missing. + +2001-05-23 Sascha Schumann + + * sapi/apache/config.m4 + sapi/apache2filter/config.m4: Use EXTRA_LDFLAGS at this point. + + I've confirmed that one can build a working Apache DSO module now + (AIX 4.2 with gcc 2.95.2 and Apache 1.3.12). + +2001-05-23 Sterling Hughes + + * ext/com/COM.c: Fix credits + +2001-05-23 Sascha Schumann + + * build/buildcheck.sh: + automake 1.4-p1 was released. Remove the -p\d+ suffix as this caused + an error message on FreeBSD. + + * build/buildcheck.sh: $libtool already contains the full path to libtool. + +2001-05-23 Andi Gutmans + + * ext/session/mod_mm.c: - Nuke GINIT + +2001-05-23 Jon Parise + + * NEWS: Merge from HEAD. + + * NEWS: This was merged into the 4.0.6 branch. + +2001-05-23 Andi Gutmans + + * ext/standard/basic_functions.c + ext/standard/output.c + ext/standard/php_output.h: - Fix problem of output initialization + +2001-05-23 Martin Kraemer + + * sapi/apache/mod_php4.c: + Fix Basic auth (when under PHP control) for EBCDIC platforms + +2001-05-23 Thomas V.V.Cox + + * pear/scripts/pear.in: -Changed $param[0] to $param{0} less ambiguous + -Readd "-?" param that shows the usage msg + +2001-05-23 Andrei Zmievski + + * NEWS: MFH + + * NEWS: This was merged into 4.0.6. + +2001-05-23 Stig Bakken + + * pear/DB/storage.php: + * added DB_storage::delete() (as suggested by Wolfram Kriesing) + * fixed some raiseError calls + + * pear/PEAR.php: + * added missing doc for PEAR::raiseError skipmsg parameter + +2001-05-23 Andi Gutmans + + * ext/sybase_ct/php_sybase_ct.c: - MFH + + * ext/sybase_ct/php_sybase_ct.c: - Commit fix by Steve Meyers + +2001-05-23 Jani Taskinen + + * main/fopen_wrappers.c: MFH (oops) + + * main/fopen_wrappers.c: oops.. + +2001-05-23 Sterling Hughes + + * ext/standard/basic_functions.c: + Added the CONNECTION_ABORTED, CONNECTION_TIMEOUT and CONNECTION_NORMAL + constants. + +2001-05-23 John Donagher + + * ext/standard/array.c: Add missing end-folding delimiter + +2001-05-23 Jani Taskinen + + * main/fopen_wrappers.c: MFH + + * main/fopen_wrappers.c: fixed bug: #10960 + 2001-05-22 Andy Sautins * ext/oci8/oci8.c: -- 2.50.1