php-5.2.1
Description: The PHP scripting language
Version: 5.2.1
Processor: SPARC
Operating System: Solaris 9
Download: php-5.2.1-sol9-sparc-local.gz http | Old Versions | Download Info | File info
Dependencies: libiconv-1.14 libxml2-2.9.1 zlib-1.2.8 libgcc-3.4.6 gcc-3.4.6 apache-2.4.39 mysql-5.5.27
View Dependencies | Dependency Tree
Developer: www.php.net
Date Created: May 17, 2008
Package Name: SMCphp
Install Location: /usr/local/php
Source Code: php-5.2.1.tar.gz | File info
Notes
PHP requires that libiconv. libxml2, zlib, and either libgcc-3.4.6 or gcc-3.4.6 be installed. PHP is used with apache 2.0.59, not apache 2.2, and mysql which should also be installed along with any packages they may require. PHP needs configuration. php.ini related files are in /usr/local/php/doc/php along with other documentation. php.ini needs to be installed in /usr/local/php/lib. The libphp5.so file is installed in /usr/local/apache2/modules. The following two lines
LoadModule php5_module modules/libphp5.so AddType application/x-httpd-php .php
need to be placed in your httpd.conf file in their appropriate places. Finally, you will need to have /usr/local/lib and /usr/local/pgsql/lib before /usr/lib in your library search path like LD_LIBRARY_PATH or similar.