Re: [PHP] How to test php.info from command line

2002-12-11 Thread Sean Burlington
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

Re: [PHP] How to test php.info from command line

2002-12-10 Thread DL Neil
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

Re: [PHP] How to test php.info from command line

2002-12-09 Thread Jason Wong
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