From: Date: Wed, 3 Jan 2001 02:09:16 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.0.5RC1~760 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cec2d1f3023ef4959ee94a58d5d7c8fb9e6ad518;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 2418a9a54f..47999fbb18 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,55 @@ +2001-01-02 Zeev Suraski + + * ext/com/COM.c: Import COM patch from Harald Radi + The new code should allow for better international support. + + * sapi/servlet/servlet.c + sapi/thttpd/thttpd.c + sapi/phttpd/phttpd.c + sapi/pi3web/pi3web_sapi.c + sapi/roxen/roxen.c + sapi/isapi/php4isapi.c + sapi/nsapi/nsapi.c + sapi/apache2filter/sapi_apache2.c + sapi/caudium/caudium.c + sapi/cgi/cgi_main.c + main/php_ini.h + sapi/aolserver/aolserver.c + sapi/apache/mod_php4.c + NEWS + ext/standard/info.c + main/SAPI.c + main/SAPI.h + main/main.c + main/php_ini.c: Many patches. I hope I remember them all: + + - Make sapi_module available to external modules (PHPAPI) + - Make the php.ini path reported in phpinfo() always point to + real full path of the php.ini file + - Optimized the ISAPI module not to read unnecessary server + variables and read necessary variables at most once. + +2001-01-02 Stig Venaas + + * acinclude.m4: + I think the order is wrong, switched order of ssl and crypto libs + +2001-01-02 Jon Parise + + * php.ini-dist + php.ini-optimized: Make this comment readable. + +2001-01-02 Chuck Hagenbuch + + * ext/standard/url_scanner_ex.c + ext/standard/url_scanner_ex.re: + Make the generated lower case and terminated with a /, + to be xhtml-compliant. + +2001-01-02 Rasmus Lerdorf + + * ext/standard/datetime.c: Fix date('r') overflow + 2000-12-27 Sterling Hughes * pear/Numbers/Roman.php: