PSARC 2007/000 Addendum 2. 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 pear [options] command [command-options] [parameters] pear --help pecl [options] command [command-options] [parameters] pecl --help DESCRIPTION For ease of access, the PHP manual has been split up into its three main components. OVERVIEW php php-config phpize pear pecl PLATFORM-SPECIFIC If you are new to PHP, you should start with the PHP documentation, which is located in /usr/php5/doc. The man pages listed above are installed in the /usr/php5/man directory. Extensive additional documentation for PHP Extensions is available. This additional documentation is in the /usr/php5/doc directory. You can view PHP's documentation with man(1) by including /usr/php5/man in the MANPATH environment variable. Please note that running catman(1M) on the PHP manual pages is not supported. For other Solaris-specific details, see the NOTES section below. ATTRIBUTES See attributes(5) for descriptions of the following attri- butes: ____________________________________________________________ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | |_____________________________|_____________________________| | Availability | SUNWphp5 | | | SUNWphp5520core | | | SUNWphp520usr | | | SUNWphp5man | | | SUNWphp5doc | |_____________________________|_____________________________| | 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 NOTES PHP 5.2.0 has been built to be largefile-aware and to use 64-bit integers, although the interpreter and the library themselves 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. The PHP package names are as follows: SUNWphp520core PHP 5.2.0 [Core files] SUNWphp520usr PHP 5.2.0 [Non-core files] SUNWphp520man PHP 5.2.0 [Manual pages] SUNWphp520doc PHP 5.2.0 [HTML documentation pages] PHP is a recursive acronym which stands for PHP Hypertext Pages.