From: Date: Mon, 20 Mar 2000 02:09:10 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PHP-4.0-RC1~68 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7ef5212400f1ae4a151917428b8dbf3521323839;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 4c0fed804d..758c5ee55a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,62 @@ +2000-03-19 Charles Hagenbuch + + * ext/gettext/gettext.c: initial function prototypes + +2000-03-19 Rasmus Lerdorf + + * php.ini-dist: + Leave sendmail_path commented out to pick up compiled-in default + +2000-03-19 tedp + + * ext/imap/imap.c + ext/imap/imap.h: Added new function: imap_mime_header_decode + Decodes mime header elements in accordance with RFC 2047. + +2000-03-19 Andi Gutmans + + * php_virtual_cwd.c: + - Quick fopen() support. The code needs some cleaning up and we might + need to think of performance issues with the strdup()'s (definitely + use strndup() and maybe try to do with less string copies). + +2000-03-19 Shane Caraveo + + * sapi/isapi/php4isapi.c: + I suppose errors should be printed prior to endthread + + * sapi/isapi/php4isapi.c: do this only on win32 + + * sapi/isapi/php4isapi.c: just a little more detail in exception report + + * ext/mysql/libmysql/libmysql.dsp: + libmysql must use USE_TLS for multithreaded compilation on windows. + +2000-03-19 Sascha Schumann + + * ext/snmp/config.m4 + ext/snmp/snmp.c: Fix build problems with UCD-SNMP 4.1.x. + + First, we need to include default_store.h. + + Second, UCD-SNMP supports OpenSSL now, so we additionally need to + link against that. + + The changes should be completely backwards-compatible. + + Partly suggested by: thor2001@gmx.net + PR: #3451, #3668, #3868 + + * ltconfig: Cleanup + +2000-03-19 Thies C. Arntzen + + * ext/standard/var.c: + (var_dump) removed "refcount-hack" - comiles without warning again (&works). + + * SAPI.h + ext/standard/php_output.h: fix some protos + 2000-03-18 Sander Steffann * ext/gd/config.m4: A small fix when checking for libjpeg