Jason Wong wrote:
On Tuesday 10 December 2002 02:39, [EMAIL PROTECTED] wrote:
Hello All,
How to test php.info from command line:
#echo "" | php
to the standard output (screen) - or if you want to a file like this way:
#echo "" | php > /tmp/test_php.txt
Oliver Etzel
.eu - domain are comin
I agree with Jason, it seems strange to have a command line option (that can
only apply to command line operation) and yet the output be in
browser/non-command line format... However with PHP-CLI 'coming soon', maybe
that sorts things out.
Meantime may I suggest combining the two answers:
php -i
On Tuesday 10 December 2002 02:39, [EMAIL PROTECTED] wrote:
> Hello All,
>
> >How to test php.info from command line:
>
> #echo "" | php
>
> to the standard output (screen) - or if you want to a file like this way:
> #echo "" | php > /tmp/test_php.txt
>
> Oliver Etzel
>
> .eu - domain are coming so
3 matches
Mail list logo