diff options
author | <changelog@php.net> | 2002-08-11 00:17:35 +0000 |
---|---|---|
committer | <changelog@php.net> | 2002-08-11 00:17:35 +0000 |
commit | 7aa98ff852b9fdac2f5cc830f7ea4259c2fb7080 (patch) | |
tree | eeefbfc65e4e3fb71b317d26599351498178b80b | |
parent | 8e7acaca47586c01cfd638eebacf1408c8421a8e (diff) | |
download | php-git-7aa98ff852b9fdac2f5cc830f7ea4259c2fb7080.tar.gz |
ChangeLog update
-rw-r--r-- | ChangeLog | 34 |
1 files changed, 34 insertions, 0 deletions
@@ -1,3 +1,37 @@ +2002-08-10 helly <helly@pb1.pair.com> + + * sapi/cli/php_cli.c: + change order of initialisation to allow making filename available + through $_SERVER variables (Bug #18657) + +2002-08-10 wez <wez@pb1.pair.com> + + * main/streams.c: remove obsolete TSRMLS_FETCH + + * ext/openssl/openssl.c: correct proto + +2002-08-10 Tomas V.V.Cox <cox@pb1.pair.com> + + * pear/System.php: + ZE2 fix on calls to mkdir() (thanks Brad Bulger <tater@potatoe.com>) + +2002-08-10 helly <helly@pb1.pair.com> + + * 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 <sebastian@pb1.pair.com> + + * main/network.c: Fix ZTS builds. + 2002-08-09 helly <helly@pb1.pair.com> * ext/zlib/php_zlib.h |