News Feed
Jobs Feed
Sections




Recent Jobs

News Archive
Johan Mares' Blog:
Running PHP CLI shell scripts
January 06, 2009 @ 08:47:57

Johan Mares has a recent post about using PHP on the command line:

I already knew how to run PHP scripts from the command line (CLI), although I never really used it. What was new to me was that there are 2 ways of doing this. The first one is by using the php command and the second, and new for me, is by adding a shebang on the first line of your script.

His first way is to run the PHP file through the interpreter directly (via a command line call to something like "php myfile.php"). The second it to actually include the path to the interpreter inside the PHP file itself and use the shell to execute the contents based on that (adding something like "#!/path/to/php" at the top). Then you just make the file executable and you can run it like any other binary file.

0 comments voice your opinion now!
cli commandline script method interpreter shebang



Similar Posts

Zend Developer Zone: Zend Framework- Coming soon to a Command Line near You!

Chuck Burgess' Blog: Remote CLI Debugging via Eclipse PDT

ThinkPHP Blog: How do you start Scrum for your PHP projects?

Ivo Jansch's Blog: Debugging parameters for CLI apps using Eclipse PDT

Tim Koschuetzki's Blog: Composing Methods: Substitute Algorithmn


Community Events









Don't see your event here?
Let us know!


sqlserver benchmark symfony doctrine job codeigniter release opinion zend feature developer facebook microsoft zendframework windows podcast framework wordpress extension conference

All content copyright, 2010 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework