• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

PHP4 and PHP5 with Plesk 8.0.1 + CentOS 4.3

S

Santi

Guest
Hello,

I need to install PHP5 in a server running CentOS 4.3 and Plesk 8.0.1, running in parallel with PHP4.

PHP4 scripts will be procesed by default, and PHP5 script only when file extension is ".php5":

Code:
LoadModule php4_module modules/libphp4.so
AddType application/x-httpd-php .php

What's the correct way to make this, is there any RPM and howto avaliable?

I'm thinking to install directly from PHP source code tarballs because I'm afraid to use RPMs that overwrites PHP4 installation ;-(

That is the server configuration:

Code:
php-4.3.9-3.15
php-mbstring-4.3.9-3.15
php-pear-4.3.9-3.15
php-imap-4.3.9-3.15
php-gd-4.3.9-3.15
php-domxml-4.3.9-3.15
php-mysql-4.3.9-3.15
psa-php4-configurator-1.0.0-centos4.2.build80060613.20
mysql-4.1.20-1.RHEL4.1
mysql-server-4.1.20-1.RHEL4.1
php-mysql-4.3.9-3.15
httpd-suexec-2.0.52-22.ent.centos4
httpd-2.0.52-22.ent.centos4

Regards,
 
Back
Top