Hi,
Perhaps your /usr/local/bin/php505 is a cgi instead of cli?
Edin
Florent Monnier wrote:
> Hi,
>
> on http://www.php.net/manual/en/features.commandline.php is writen:
> STDERR - An already opened stream to stderr. This saves opening it with:
> $stderr = fopen('php://stderr', 'w');
> ?>
>
Hi,
on http://www.php.net/manual/en/features.commandline.php is writen:
STDERR - An already opened stream to stderr. This saves opening it with:
But this does not work:
#! /usr/local/bin/php505 -q
This does work:
#! /usr/local/bin/php505 -q
Is the manual wrong or does php 5.0.5 have chang
2 matches
Mail list logo