Where is PHP4?

grockord

Verified User
Joined
May 5, 2007
Messages
32
Location
Spain
I have a server with PHP4 CGI and PHP5 CLI installed with custombuild. I updated all the system and PHP4 is dead, and in custombuild nows only appears PHP5 and PHP6:
These functions are only recommended for experienced users:
./build php5-cli
./build php6-cli
./build php5-cgi
./build php6-cgi

#PHP settings. default_php possible values - 4 or 5
default_php=5
php4_cli=no
php4_cgi=yes
php5_cli=yes
php5_cgi=no
zend=no

How I can do for install PHP4?

Thanks!
 
Php 4 is end of life. They no longer support it.
 
If custombuild has the settings for php4 in the options.conf all you have to do is.

cd /usr/local/directadmin/custombuild
./build update
./build php d
 
Downgrade CustomBuild to 1.1 and you will have PHP4 support.
 
Back
Top