From: Date: Sun, 3 Sep 2000 01:09:09 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.0.3RC1~358 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6ff7c9afd82d68cfd7108dc9634905091b85525b;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 670ff28f42..25e8385b46 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,51 @@ +2000-09-02 Andi Gutmans + + * main/php_virtual_cwd.c + main/php_virtual_cwd.h: - Remove another TSRM->Zend dependency + +2000-09-02 Zeev Suraski + + * ext/standard/output.c + ext/standard/php_output.h + main/main.c: + - Added support for an optional output handler function for output + buffering. This enables transparent rendering of XML through XSL, + transparent compression, etc. + +2000-09-02 Andi Gutmans + + * sapi/nsapi/php4nsapi.dsp + win32/php4dllts.dsp + win32/php4ts.dsp + sapi/aolserver/php4aolserver.dsp + sapi/apache/php4apache.dsp + sapi/isapi/php4isapi.dsp: + - Defining TSRM_WIN32 in each and every dsp sucked. Revert this change + + * main/php_virtual_cwd.c: + - Get rid of unused code and stop including PHP's win95nt.h + + * sapi/aolserver/php4aolserver.dsp + sapi/apache/php4apache.dsp + sapi/isapi/php4isapi.dsp + sapi/nsapi/php4nsapi.dsp + win32/php4ts.dsp: - More Windows build fixes + + * win32/php4dllts.dsp: - Fix windows build + +2000-09-02 Sam Ruby + + * ext/standard/basic_functions.c: + Unitialized variable causes trap on Windows + +2000-09-02 Andi Gutmans + + * configure.in: - indent before someone shoots me + + * configure.in: + - Change TSRM_OTHER macro to TSRM_THREADS as it should be only to check + for threads + 2000-09-01 David Eriksson * ext/satellite/Makefile.in