From 08e6f380c964a15ab45bd19d6649efc1eafe2aea Mon Sep 17 00:00:00 2001 From: Date: Tue, 1 May 2001 01:09:24 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 164 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 164 insertions(+) diff --git a/ChangeLog b/ChangeLog index f9cbc39341..d0f68d0b18 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,167 @@ +2001-04-30 Andi Gutmans + + * sapi/cgi/cgi_main.c: - Fix for Bug id #10071 + PR: + Submitted by: + Reviewed by: + Obtained from: + +2001-04-30 Hartmut Holzgraefe + + * ext/ext_skel: some more example code for modules using --with-something + works for me (linux/bash) but please give it a test drive + +2001-04-30 Sterling Hughes + + * ext/curl/curl.c: remove last minute garbage that snuck in... + + * NEWS: As per Andi's suggestions. + + * NEWS: + update the news file in accordance with my previous commit... + + * ext/curl/curl.c: Add some missing constants. + + * ext/curl/curl.c + ext/curl/php_curl.h: + Added REGISTER_CURL_CONSTANT() a wrapper around REGISTER_LONG_CONSTANT() + Re-vamp the internal php_curl structure. + Properly free allocated slist's and HttpPost structures + many whitespace changes + speed improvements (in the post handling and slist area's) + + +2001-04-30 Daniel Beulshausen + + * main/main.c + main/php.h + ext/pgsql/pgsql.c: make pgsql build under win32 again + +2001-04-30 Adam Dickmeiss + + * ext/yaz/php_yaz.c: + Timeout setting for yaz_wait. Force call by reference for yaz_ccl_parse + and yaz_scan_result. + +2001-04-30 Zeev Suraski + + * NEWS + configure.in + main/php_version.h: Go with 4.0.5 + +2001-04-30 Rui Hirokawa + + * main/php_main.h: + added japanse http input (POST/GET/Cookie) handler. It is nessceary to add input encoding conversion functionality for ext/jstring. + + * ext/jstring/jstring.h + ext/jstring/mbfilter.c + ext/jstring/mbfilter.h + ext/jstring/mbfilter_ja.c + ext/jstring/mbfilter_ja.h + ext/jstring/CREDITS + ext/jstring/EXPERIMENTAL + ext/jstring/Makefile.in + ext/jstring/README_PHP3-i18n-ja + ext/jstring/config.m4 + ext/jstring/jstring.c: added japanese string function module. + +2001-04-30 Daniel Beulshausen + + * ext/hyperwave/hw.c: *must* use HwSLS_FETCH() + +2001-04-30 Andi Gutmans + + * sapi/cgi/cgi_main.c + win32/registry.c + main/SAPI.c + main/fopen_wrappers.c + main/main.c + main/php_open_temporary_file.c + main/rfc1867.c + main/safe_mode.c + sapi/caudium/caudium.c + ext/standard/basic_functions.c + ext/standard/browscap.c + ext/standard/dir.c + ext/standard/exec.c + ext/standard/file.c + ext/standard/filestat.c + ext/standard/iptc.c + ext/standard/link.c + ext/swf/swf.c + ext/openssl/openssl.c + ext/posix/posix.c + ext/session/mod_files.c + ext/session/session.c + ext/gettext/gettext.c + ext/ming/ming.c + ext/oci8/oci8.c + ext/ftp/php_ftp.c + ext/gd/gd.c + ext/gd/gd_ctx.c + ext/fdf/fdf.c + ext/filepro/filepro.c + ext/dba/dba_cdb.c + ext/dba/dba_db2.c + ext/dba/dba_db3.c + ext/dba/dba_dbm.c + ext/dbase/dbase.c + ext/dbase/dbf_head.c + ext/exif/exif.c + ext/com/COM.c + ext/db/db.c: - Change macros from V_ to VCWD_ because of AIX name clash + +2001-04-30 Daniel Beulshausen + + * ext/gd/gd.dsp: make dsp supporting gd2 + +2001-04-30 Sergey Kartashoff + + * ext/mnogosearch/php_mnogo.h + ext/mnogosearch/php_mnogo.c: + Udm_Cat_List and Udm_Cat_Path functions has been added. + +2001-04-30 Daniel Beulshausen + + * ext/fbsql/fbsql.dsp: look in Release_TS_inline for php4ts.lib as well + + * ext/dotnet/dotnet.cpp + ext/dotnet/dotnet.dsp: + make dotnet module build again & fix dsp ouput dir + + * ext/domxml/domxml.dsp: newer libxml libs are called libxml2.lib + +2001-04-30 Andi Gutmans + + * ext/imap/php_imap.c: + - Fix crash bugs when rfc822_qprint and rfc822_base64 return NULL + +2001-04-30 Sergey Kartashoff + + * ext/mnogosearch/README: +2001-04-30 Daniel Beulshausen + + * ext/db/db.dsp: fix ouput directory + + * ext/curl/curl.c: fix win32 build + +2001-04-30 Sergey Kartashoff + + * ext/mnogosearch/php_mnogo.c: + Added UDM_FIELD_CATEGORY parameter to get current document + category in the mnoGoSearch module + +2001-04-30 Andi Gutmans + + * NEWS: - Interactive mode is back in 4.0.6 + +2001-04-30 David Croft + + * ext/standard/array.c + ext/standard/basic_functions.c + ext/standard/php_array.h: Added key_exists() to check if a given key or index exists in an array or object + 2001-04-29 Zeev Suraski * NEWS: layout -- 2.40.0