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:
>
> <?php
> ob_start();
> error_log('test');
> ?>As a quick answer i tried this with sapi/mo_apache and it works as expected. marcus -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php
