From fedfdd2c1130bb9ac0724ba7e18138e702d20ba8 Mon Sep 17 00:00:00 2001 From: Date: Fri, 19 Apr 2002 00:22:58 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 118 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 118 insertions(+) diff --git a/ChangeLog b/ChangeLog index 607306b30c..8a3b6388cb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,121 @@ +2002-04-18 Derick Rethans + + * sapi/isapi/php4isapi.c: - MFH for bug in Sambar 5.2 + + * sapi/isapi/php4isapi.c: + - Gaurd for problems in fault servers (fixes problem with Sambar 5.2) + +2002-04-18 Aaron Bannert + + * sapi/apache2filter/README: + Document the new PHPINIDir directive in the apache2filter/README. + + * sapi/apache2filter/apache_config.c + sapi/apache2filter/php_apache.h + sapi/apache2filter/sapi_apache2.c: + This patch implements a new Apache2 directive called PHPINIDir that + allows the specification of the php.ini directory from within the Apache + configuration. If left unset, the default is to defer to the hard-coded + php paths. When set, the supplied path is made relative to Apache's + internal ServerRoot setting. + + Example: + PHPINIDir "conf" + +2002-04-18 Martin Jansen + + * pear/PEAR/Command.php: * Add API documentation. + +2002-04-18 Sebastian Bergmann + + * main/internal_functions_win32.c: Allow for PCRE to be disabled. + + * ext/mysql/php_mysql.c: Make use of HAVE_MYSQL. Reviewed by: Sterling. + + * main/internal_functions_win32.c: Conditionally include mbstring.h. + +2002-04-18 Aaron Bannert + + * sapi/apache2filter/sapi_apache2.c: + Fix an intermittent SEGV when an error bubbled up from PHP before our + server context was set. Now if that happens we simply don't log against + any particular server config (vhost). + + Obtained from bug report by: Balazs Nagy + +2002-04-18 Sebastian Bergmann + + * main/config.w32.h + main/internal_functions_win32.c: + Add HAVE_CALENDAR, HAVE_COM, HAVE_SESSION and HAVE_TOKENIZER to enable/disable these extensions, respectively. It is now possible to build PHP on Win32 with just ext/standard and ext/pcre. The latter is needed by the former, because at least the aggregation functions use PCRE. + +2002-04-18 Aaron Bannert + + * sapi/apache2filter/sapi_apache2.c: + Fix an intermittent SEGV when an error bubbled up from PHP before our + server context was set. Now if that happens we simply don't log against + any particular server config (vhost). + + Obtained from bug report by: Balazs Nagy + + * sapi/apache2filter/sapi_apache2.c: + It makes more sense to do the null-pointer check *before* trying to use it. + (Also fix a typo that Cliff pointed out: "safe" --> "save".) + + Obtained from: Ryan Morgan + +2002-04-18 Sander Roobol + + * ext/xslt/sablot.c: Removed redefinition of MIN() + + * ext/dbx/dbx.c: Removing unused variable + +2002-04-18 Stig Bakken + + * pear/pear.m4: * another file that should not have been MFH'ed + +2002-04-18 Derick Rethans + + * ext/dba/config.m4 + ext/dba/dba_cdb.c + ext/dba/dba_db2.c + ext/dba/dba_db3.c + ext/dba/dba_dbm.c + ext/dba/dba_gdbm.c + ext/dba/dba_ndbm.c: - Make DBA compile as a shared module + + * ext/dba/config.m4 + ext/dba/dba_cdb.c + ext/dba/dba_db2.c + ext/dba/dba_db3.c + ext/dba/dba_dbm.c + ext/dba/dba_gdbm.c + ext/dba/dba_ndbm.c: - MFH: Make DBA compile as a shared module again + +2002-04-18 Sebastian Bergmann + + * main/config.w32.h: Some cleanup for the Win32 build configuration. + +2002-04-18 Hartmut Holzgraefe + + * ext/standard/tests/general_functions/003.phpt + ext/standard/levenshtein.c: MFH fix for #16473 + +2002-04-18 Harald Radi + + * ext/com/conversion.c + ext/com/COM.c: MFH + + * ext/com/conversion.c: whitespace fixes + +2002-04-18 Alan Brown + + * ext/com/COM.c: + Missing break; causes fallthrough which actually causes heap corruption in the debugging version despite being just plain wrong. Also placed a default "Unavailable" message when the object does not populate the EXCEPINFO structure. Also removed a minor memory leak. + + * ext/com/conversion.c: + When V_BSTR() is NULL, we pass a NULL pointer into php_OLECHAR_to_char() which reports an exception. Better to map a NULL string pointer to ZVAL_NULL. + 2002-04-17 Sebastian Bergmann * main/internal_functions_win32.c: Whitespace fixes. -- 2.50.1