|
Posted by NC on 11/13/07 02:53
On Nov 12, 4:46 pm, ljb <lba...@pobox.com.delete.th.is> wrote:
>
> Using the PHP CLI executable, if the script to run is fed
> to PHP via standard input, then it seems PHP does not define
> any of the standard stream constants STDIN, STDOUT, and STDERR.
> While I can understand not defining STDIN, since that's where
> the script is, I think not defining STDOUT and STDERR is a bug.
> Any comments before I open a bug report?
Are you sure you're using CLI interpreter, not CGI one? What does
php_sapi_name() return?
Cheers,
NC
Navigation:
[Reply to this message]
|