> Hi all,
>
> I'm having a strange problem with command line PHP. Scripts seem to
> function fine, however with no output.
>
> [EMAIL PROTECTED]:~> php
> <? echo "moocows\n"; ?>
> ^D
> [EMAIL PROTECTED]:~>
>
> However works fine on another machine with a seemingly identical php.ini
>
> [EMAIL PROTECTED]:~> php
> <? echo "moocows\n"; ?>
> ^D
> moocows
> [EMAIL PROTECTED]:~>
>
> Any ideas or suggestions greatly appreciated.
>
> Regards,
>
> --
> Warren Guy <[EMAIL PROTECTED]>
> 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
>
>


Isn't there a --enable-cli option when compiling PHP for command line? If
so, was that included as part of the install?

I saw this site:
http://www.devarticles.com/c/a/PHP/PHP-CLI-and-Cron

-- 
--Matthew Sims
--<http://killermookie.org>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to