]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Mon, 20 Mar 2000 02:09:10 +0000 (02:09 +0000)
committer <changelog@php.net> <>
Mon, 20 Mar 2000 02:09:10 +0000 (02:09 +0000)
ChangeLog

index 4c0fed804d4ff91f821f8bc9d5839ef76590ff59..758c5ee55a6850d190482e2ee0d89abb27d7a7cf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,62 @@
+2000-03-19  Charles Hagenbuch  <chagenbu@wso.williams.edu>
+
+    * ext/gettext/gettext.c: initial function prototypes
+
+2000-03-19  Rasmus Lerdorf  <rasmus@php.net>
+
+    * php.ini-dist:
+    Leave sendmail_path commented out to pick up compiled-in default
+
+2000-03-19  tedp  <tedp@www>
+
+    * 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  <andi@php.net>
+
+    * 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  <shane@php.net>
+
+    * 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  <sascha@schumann.cx>
+
+    * 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  <thies@digicol.de>
+
+    * 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  <steffann@nederland.net>
 
     * ext/gd/config.m4: A small fix when checking for libjpeg