* Thus wrote René Fournier ([EMAIL PROTECTED]):
> Hello,
> 
> I installed Entropy package of PHP on my 10.2.6 OSX 
> (http://www2.entropy.ch/download/Entropy-PHP-4.3.2-5.dmg), which states 
> that it includes PHP command line. But when I go to Terminal and type 
> "PHP somescript.php4", it returns "Command not found".
> 
> What am I missing?
try:

php somscript.php4

your terminal shell is case sensitive. If that doesn't work do an
'echo $PATH' and make sure your php binary is in one of those
directories.


I love OSX even though I don't use it :)

Curt
-- 
"I used to think I was indecisive, but now I'm not so sure."

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

Reply via email to