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

Contents

Development

Extensions
eZ publish datamodel
eZ publish tuning and stability
Importing attribute data
Kernel
Libraries
Scripting
    Script classes
    Supplied scripts
    PHP CLI
Standards
System overview
Test Suite
Using Doxygen to create API documenta...


Created

14/07/2004
9:59:02 am
by Kåre Køhler Høvik

Last updated

14/07/2004
9:59:02 am
by Kåre Køhler Høvik

Authors

Kåre Køhler Høvik



This page is part of the eZ Publish documentation. The documentation is available under the GNU Free Documentation License. All contributions will be released under the terms of this license.