From e31a7fcdfcdcfc1b98dea3c466ed483bbe466c1d Mon Sep 17 00:00:00 2001 From: Date: Tue, 8 Aug 2000 01:09:18 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 72 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) diff --git a/ChangeLog b/ChangeLog index 32511fec1f..db933912d7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,75 @@ +2000-08-07 Danny Heijl + + * ext/informix/ifx.ec: + - fix for # 5980 (using ifx_connect/ifx_close multiple times for the + same database connection) (danny) + +2000-08-07 Sascha Schumann + + * ext/wddx/php_wddx_api.h + ext/wddx/wddx.c: Add support for WDDX element. + + * NEWS: . + + * sapi/thttpd/thttpd_patch: Remove some crud from diff output (Only in..). + + * sapi/thttpd/Makefile.in + sapi/thttpd/README + sapi/thttpd/config.m4 + sapi/thttpd/stub.c + sapi/thttpd/thttpd_patch: Fix building thttpd SAPI module. + + This works now with thttpd 2.19. + + Thanks to Andrzej Borsuk for + pointing me into the right direction. + + * configure.in: + Set abs_srcdir before SAPI modules' configure stuff is run. + +2000-08-07 Uwe Steinmann + + * EXTENSIONS: - updated those entries I feel responsible for + +2000-08-07 Thies C. Arntzen + + * ext/oci8/oci8.c: fixed binary mode for Win32 + +2000-08-07 Uwe Steinmann + + * ext/domxml/php_domxml.c + ext/domxml/php_domxml.h: + - got rid of php_ prefix in Modulename and some structs + +2000-08-07 Zeev Suraski + + * sapi/isapi/php4isapi.c: Add DOCUMENT_ROOT + +2000-08-07 Uwe Steinmann + + * ext/domxml/php_domxml.c: - made compilation as dynamic lib possible + + * ext/fdf/fdf.c + ext/fdf/php_fdf.h: + - added functions fdf_set_flags(), fdf_set_opt(), fdf_set_submit_form_action() + as proposed by + +2000-08-07 Thies C. Arntzen + + * ext/oci8/oci8.c: + - Fixed CLOB handling in OCI8 driver when using variable-width + character sets. + +2000-08-07 Rui Hirokawa + + * ext/ldap/ldap.c: fixed for openldap 2.0beta. + +2000-08-07 Rasmus Lerdorf + + * ext/sybase/php_sybase_db.c: + Add 4th optional parameter to sybase_[p]connect to specify the charset + for the connection + 2000-08-06 Zeev Suraski * main/main.c: -- 2.40.0