Re: Filtering all output to STDERR

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



You could consider suppressing errors for the duration of the
problematic call - if indeed you're looking at a warning that doesn't
grind everything to a halt.

On 22 March 2010 18:01, Marten Lehmann <lehmann@xxxxxx> wrote:
> Hello,
>
> we have a strange problem here:
>
> - Our ISP is merging STDERR and STDOUT to STDOUT
> - We are calling a non-builtin function within PHP 5.2 which includes a lot
> of code and calls a lot of other functions
> - When calling this function, we receive the output "Cannot open " on
> STDERR. But since STDERR and STDOUT are merged, this "Cannot open " breaks
> the required HTTP-header which needs to be sent first.
>
> We really tried a lot to find out where this message comes from, we even
> used strace and ran PHP on the command line. But we cannot figure out the
> origin, so all we want to do is to get rid of the output sent to STDERR.
>
> We tried to close STDERR, but it didn't work out.
>
> We thought of using ob_start() and ob_end_clean(), but we cannot get it
> working with STDERR. Any ideas?
>
> Kind regards
> Marten
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>



-- 
<hype>
WWW: http://plphp.dk / http://plind.dk
LinkedIn: http://www.linkedin.com/in/plind
Flickr: http://www.flickr.com/photos/fake51
BeWelcome: Fake51
Couchsurfing: Fake51
</hype>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux