Re: [PHP-DEV] SAPI/CGI and error_log()

2002-09-04 Thread Sebastian Bergmann
Marcus Börger wrote: > Could you please verify my patch on cgi_main.c to fix this issue? The test script I submitted works ok now. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-be

Re: [PHP-DEV] SAPI/CGI and error_log()

2002-09-04 Thread Marcus Börger
At 22:24 28.08.2002, [EMAIL PROTECTED] wrote: >On Wed, 28 Aug 2002, Marcus Börger wrote: > > > Results with yesturdays sources: > > > > cgi without server: > > [marcus@zaphod sebastian-bergmann]$ /usr/src/php4/php error-log.php > > Status: 200 > > Content-type: text/html > > X-Powered-By: PHP/4.3.

Re: [PHP-DEV] SAPI/CGI and error_log()

2002-08-28 Thread derick
On Wed, 28 Aug 2002, Marcus Börger wrote: > Results with yesturdays sources: > > cgi without server: > [marcus@zaphod sebastian-bergmann]$ /usr/src/php4/php error-log.php > Status: 200 > Content-type: text/html > X-Powered-By: PHP/4.3.0-dev > > Building mod_php again with todays changes mod_ph

Re: [PHP-DEV] SAPI/CGI and error_log()

2002-08-28 Thread Marcus Börger
Results with yesturdays sources: mod_php: HTTP/1.1 200 OK Date: Wed, 28 Aug 2002 20:15:26 GMT Server: Apache-AdvancedExtranetServer/1.3.23 (Mandrake Linux/4mdk) mod_auth_pgsql/0.9.9 mod_ssl/2.8.7 OpenSSL/0.9.6c PHP/4.3.0-dev X-Powered-By: PHP/4.3.0-dev Connection: close Content-Type: text/html

Re: [PHP-DEV] SAPI/CGI and error_log()

2002-08-28 Thread derick
On Wed, 28 Aug 2002, Marcus Börger wrote: > At 16:31 28.08.2002, Sebastian Bergmann wrote: > > Current HEAD causes browsers to "download" instead of "showing" scripts > > that call error_log() inside an output buffer, when using SAPI/CGI. > > > > Reproducing script: > > > > > ob_st

Re: [PHP-DEV] SAPI/CGI and error_log()

2002-08-28 Thread Marcus Börger
At 16:31 28.08.2002, Sebastian Bergmann wrote: > Current HEAD causes browsers to "download" instead of "showing" scripts > that call error_log() inside an output buffer, when using SAPI/CGI. > > Reproducing script: > > ob_start(); > error_log('test'); > ?> As a quick answer

[PHP-DEV] SAPI/CGI and error_log()

2002-08-28 Thread Sebastian Bergmann
Current HEAD causes browsers to "download" instead of "showing" scripts that call error_log() inside an output buffer, when using SAPI/CGI. Reproducing script: -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consid