diff options
author | <changelog@php.net> | 2000-08-26 01:09:10 +0000 |
---|---|---|
committer | <changelog@php.net> | 2000-08-26 01:09:10 +0000 |
commit | 64b8ea5963978e62a02841cc1b20e3f1265a6036 (patch) | |
tree | 56255a45493357f88d47f1406aebb51d95fdcd84 /ChangeLog | |
parent | 4f343428d1a70ecc2c28c112eef97028f6351533 (diff) | |
download | php-git-64b8ea5963978e62a02841cc1b20e3f1265a6036.tar.gz |
ChangeLog update
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 54 |
1 files changed, 54 insertions, 0 deletions
@@ -1,3 +1,57 @@ +2000-08-25 Daniel Beulshausen <daniel@php4win.de> + + * 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 <henot@iie.cnam.fr> + + * ext/ingres_ii/ii.c + ext/ingres_ii/ii.h + ext/ingres_ii/php_ii.h: Copyright modification. + +2000-08-25 Andrei Zmievski <andrei@ispi.net> + + * 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 <sascha@schumann.cx> + + * 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 <ssb@fast.no> + + * 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 <dkalowsky@wgate.com> * ext/odbc/config.m4: |