Hi all,
I'm having a strange problem with command line PHP. Scripts seem to function fine, however with no output.
wg@vandenberg:~> php <? echo "moocows\n"; ?> ^D wg@vandenberg:~>
However works fine on another machine with a seemingly identical php.ini
wg@houston:~> php <? echo "moocows\n"; ?> ^D moocows wg@houston:~>
Any ideas or suggestions greatly appreciated.
Regards,
-- Warren Guy <warren.guy@xxxxxxxxxxxxx> System Administrator, Family Health Network Phone: +61 8 9389 8777 Fax: +61 8 9389 8444
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php