From 64b8ea5963978e62a02841cc1b20e3f1265a6036 Mon Sep 17 00:00:00 2001 From: Date: Sat, 26 Aug 2000 01:09:10 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) diff --git a/ChangeLog b/ChangeLog index d3b002cf540..aa663a6487f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,57 @@ +2000-08-25 Daniel Beulshausen + + * php_modules.dsw: added the ifx (informix) extension + + * ext/informix/ifx.dsp: updated dsp to build with custom build step + + * ext/informix/ifx.dsw + ext/informix/ifx_custom_build.dsp + ext/informix/ifx_custom_build.dsw: lets keep it in one dsp + +2000-08-25 Hénot David + + * ext/ingres_ii/ii.c + ext/ingres_ii/ii.h + ext/ingres_ii/php_ii.h: Copyright modification. + +2000-08-25 Andrei Zmievski + + * ext/pcre/php_pcre.c: This fixes bug #6346, that would truncate subject string if the + first argument was en empty array. + +2000-08-25 Sascha Schumann + + * sapi/thttpd/thttpd.c: + Use request_uri as PHP_SELF. decodedurl also includes the query string. + + * sapi/aolserver/aolserver.c: Use SAPI' register_server_variables hook. + + Defines PHP_SELF now. + + * sapi/thttpd/thttpd.c: php_register_variables(.. ELS_CC ..) + + * sapi/thttpd/thttpd.c: + Make proper use of SAPI's register_environment functionality. + + * build/rules.mk + build/rules_pear.mk + configure.in: Add autoconf check for awk and use proper macro $(AWK) + + * build/rules_pear.mk + pear/Makefile.in + pear/phpize.in: + Add new depend rule to rules_pear.mk and install mkdep.awk. + + * scripts/.cvsignore: Remove old .cvsignore file + +2000-08-25 Stig Bakken + + * ext/standard/basic_functions.c + ext/standard/output.c + ext/standard/php_output.h: Added ob_get_length() function (returns size of buffer) + + * ext/snmp/config.m4: compile fix (RedHat 6.2) + 2000-08-24 Dan Kalowsky * ext/odbc/config.m4: