ez.no / ezpublish / documentation / development / scripting / php cli
These documentation pages are no longer maintained. Please visit the new documentation site.
CLI stands for Command Line Interface, and enables php scripts to be run from command line. You can check if this is installed by running php --version from command line. This wil output something like :
PHP 4.3.7 (cli) (built: Jun 25 2004 14:46:41) Copyright (c) 1997-2004 The PHP Group Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies with Xdebug v2.0.0dev, Copyright (c) 2002, 2003, 2004, by Derick Rethans
If you do not have PHP CLI installed, please contant your service provider to get it installed, og recompile PHP with the --enable-cli flag.
A small tutorial on using PHP CLI can be found here.
Comments