User Commands php(1)
NAME
php - PHP Command Line Interface
SYNOPSIS
php [options] [ -f ] file [[--] args...]
php [options] -r code [[--] args...]
php [options] [-B code] -R code [-E code] [[--] args...]
php [options] [-B code] -F file [-E code] [[--] args...]
php [options] -- [ args...]
php [options] -a
php-config [options] --prefix
php-config [options] --includes
php-config [options] --ldflags
php-config [options] --libs
php-config [options] --extension-dir
php-config [options] --include-dir
php-config [options] --php-binary
php-config [options] --version
php-config [options] --vernum
phpize [options] --clean
phpize [options] --help
phpize [options] --version
phpize -v
DESCRIPTION
For ease of access, the PHP manual has been split up into its three main components. OVERVIEWphp
php-config
phpize
PLATFORM-SPECIFIC
If you are new to PHP, you should start with the PHP docu-
mentation, which is located in /usr/php/doc.
The man pages listed above are installed in the /usr/php/man
directory. Extensive additional documentation for PHP Extensions is available. This additional documentation is in the/usr/php/doc directory.
You can view PHP's documentation with man(1) by including/usr/php/man in the MANPATH environment variable. Please
note that running catman(1M) on the PHP manual pages is notsupported. For other Solaris-specific details, see the
NOTES section below.SunOS 5.11 Last change: 01 Aug 2008 1
User Commands php(1)
ATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes:____________________________________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
| ____________________________|_____________________________|_
| Availability | web/php-52, web/php-|
| | 52/documentation, web/php-|
| | 52/extension/php-mysql |
|_____________________________|_____________________________|
| Interface Stability | Uncommitted. ||_____________________________|_____________________________|
SEE ALSO
http://www.php.net/ PHP Home Page
http://www.php.net/docs.php PHP Documentation Page
http://pear.php.net/ PEAR Repository
http://pecl.php.net/ PECL Repository
NOTESPHP has been built to be largefile-aware and to use 64-bit
integers, although the interpreter and the library them-
selves are 32-bit applications (LP32).
If you wish to build and install PHP add-on modules from
PECL, you can do so using the phpize script - see
phpize(1) for details.
PHP is a recursive acronym which stands for PHP Hypertext Pages.Source for php is available on http://opensolaris.org
SunOS 5.11 Last change: 01 Aug 2008 2