From: Date: Sun, 12 Nov 2000 02:09:07 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.0.4RC3~236 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a2774081c91864393e645add0a9cb888be1957fe;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 6992ae47e8..d632fc43cf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,40 @@ +2000-11-11 Jani Taskinen + + * ext/gd/config.m4: Fix for #7758. Plus some cleaning. + +2000-11-11 Sascha Schumann + + * ext/standard/info.c: Add Apache 2.0 sapi module and sort alphabetically. + + * sapi/aolserver/aolserver.c: + strdup private AOLserver data before inserting it into SAPI's request_info. + + * sapi/apache2filter/Makefile.in + sapi/apache2filter/README + sapi/apache2filter/php_apache.h + sapi/apache2filter/php_functions.c + sapi/apache2filter/sapi_apache2.c: Update README + + Make Apache-related functions build + + Add get_all_headers() + + Fix segfault when SAPI outputs strings of length 0 + + Move request ctor/dtor into their own functions + +2000-11-11 Chuck Hagenbuch + + * ext/standard/datetime.c: + RFC822 does specify two digit years, but practically every decent mail + client I could check is using 4-digit years these days. + +2000-11-11 Hartmut Holzgraefe + + * main/fopen-wrappers.c: + fix for #7756 and #6743 : fatal error on 'include("")' instead of warning + (+ some cleanup) + 2000-11-10 Ben Mansell * README.Zeus: Further updates to README.Zeus