Re: [PHP-DEV] error_log() and output buffering

2002-08-26 Thread Sebastian Bergmann
Marcus Börger wrote: > In cgi this simply maps fprintf(stderr,...). I must see if this can > cause the problem. Just tested it with the Apache 2.0 Filter SAPI and it works fine. I guess this answers the question of whether or not it's sapi/cgi related. -- Sebastian Bergmann http://se

Re: [PHP-DEV] error_log() and output buffering

2002-08-26 Thread Marcus Börger
At 17:16 26.08.2002, Sebastian Bergmann wrote: >Sebastian Bergmann wrote: > > Marcus Boerger wrote: > >> To have ob_start() working again i first allowed > >> array(object,method). > > > > Thanks, XML_Transformer works again with HEAD. > > With HEAD, the server offers me the script's result as a

Re: [PHP-DEV] error_log() and output buffering

2002-08-26 Thread Sebastian Bergmann
Marcus Börger wrote: > Which SAPI do you use mod_apache or cgi? CGI -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/ -- PHP Development Mailing List

Re: [PHP-DEV] error_log() and output buffering

2002-08-26 Thread Marcus Börger
At 17:16 26.08.2002, Sebastian Bergmann wrote: >Sebastian Bergmann wrote: > > Marcus Boerger wrote: > >> To have ob_start() working again i first allowed > >> array(object,method). > > > > Thanks, XML_Transformer works again with HEAD. > > With HEAD, the server offers me the script's result as a