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
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.
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
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
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
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
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