From: Date: Tue, 10 Apr 2001 01:09:15 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.0.6RC1~441 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7fb085f64414bab308eed2acfe8461ca1dd942ed;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 3ee55c17be..d67e39eceb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,62 @@ +2001-04-09 Sean Bright + + * ext/standard/dir.c: Constand should be case sensitive. + +2001-04-09 Jon Parise + + * ext/standard/dir.c: Fix whitespace (use tabs). + +2001-04-09 Sean Bright + + * ext/standard/dir.c: + Stop SIGSEGV on Apache startup. Patch from + +2001-04-09 Jani Taskinen + + * ext/oracle/config.m4: MFH + +2001-04-09 Sascha Schumann + + * sapi/cgi/config.m4 + pear/PEAR.php.in + sapi/Makefile.in + main/build-defs.h.in + Makefile.in + configure.in: Revert mega patch. + + This patch has at least the following deficiences: + + - the CGI is built using objects from another SAPI module. + This usually results in unsatisfied symbol references. + - the CGI makefile is not created properly + - building CGI cannot be disabled + +2001-04-09 Jani Taskinen + + * ext/oracle/config.m4: Fix bug #10212. + +2001-04-09 Rasmus Lerdorf + + * ext/standard/formatted_print.c + tests/strings/002.phpt + NEWS: printf argnum (parameter swapping) support from Morten Poulsen + +2001-04-09 Marc Boeren + + * ext/dbx/dbx.c: + Added optional 'comparison_type' parameter to compare functions, to force + either text or number comparison. (Mc) + +2001-04-09 Uwe Steinmann + + * ext/domxml/php_domxml.c + ext/domxml/php_domxml.h: + - added domxml_version() to retrieve version of libxml + +2001-04-09 Sascha Schumann + + * configure.in: Fix current CVS breakage + 2001-04-08 Stig Bakken * main/build-defs.h.in