php-4.4.5
Description: The PHP scripting language -
Version: 4.4.5
Processor: X86
Operating System: Solaris 9
Download: php-4.4.5-sol9-x86-local.gz http | Old Versions | File info
Dependencies: libgcc-3.4.6 gcc-3.4.6 apache-2.2.27 mysql-5.0.67
View Dependencies
Developer: www.php.net
Date Created: May 17, 2008
Package Name: SMCphp4
Install Location: /usr/local/php4
Source Code: php-4.4.5.tar.gz | File info
Notes
Php requries that either libgcc-3.3 or gcc 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/php4/doc/php4 along with other documentation. php.ini needs to be installed in /usr/local/php4/lib. The libphp4.so file is installed in /usr/local/apache2/modules. The following two lines
LoadModule php4_module modules/libphp4.so AddType application/x-httpd-php .php
need to be placed in your httpd.conf file in their appropriate places.