php-4.4.5
Description: The PHP scripting language
Version: 4.4.5
Processor: X86
Operating System: Solaris 11
Download: php-4.4.5-sol11-x86-local.gz http | Old Versions | Download Info | File info
Dependencies: libgcc-3.4.6 gcc-3.4.6 apache-2.2.34 mysql-5.0.67
View Dependencies | Dependency Tree
Developer: www.php.net
Date Created:
Package Name: SMCphp4
Install Location: /usr/local/php4 to avoid confusion with php5 which /usr/local/php.
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.