From: Date: Sun, 11 Aug 2002 00:17:35 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.3.0dev_zend2_alpha3~149 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7aa98ff852b9fdac2f5cc830f7ea4259c2fb7080;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 2c06aa9fbc..1d9aaac726 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,37 @@ +2002-08-10 helly + + * sapi/cli/php_cli.c: + change order of initialisation to allow making filename available + through $_SERVER variables (Bug #18657) + +2002-08-10 wez + + * main/streams.c: remove obsolete TSRMLS_FETCH + + * ext/openssl/openssl.c: correct proto + +2002-08-10 Tomas V.V.Cox + + * pear/System.php: + ZE2 fix on calls to mkdir() (thanks Brad Bulger ) + +2002-08-10 helly + + * ext/standard/url_scanner_ex.c + ext/standard/url_scanner_ex.re + ext/zlib/zlib.c + main/output.c: corrected handling of internal output buffers + minor fixs + + * ext/zlib/zlib.c: + no need to start additional first buffer when output compression is first buffer + + * ext/zlib/zlib.c: should fix all windows warnings + +2002-08-10 sebastian + + * main/network.c: Fix ZTS builds. + 2002-08-09 helly * ext/zlib/php_zlib.h