I would like to be able to do syntax checks on *.php files from the command line, WITHOUT having to install PHP as a CGI binary if possible due to security concerns (unless of course this is impossible, in which case I'll go on my merry way).
Basically do what perl -c myscript.pl does, so I don't have to find out about minor syntax errors in the browser.
Thanks in advance.