• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

PHP 5.2.3 installation....

This would be a personal preference. You may open up a new can of worms by upgrading Plesk, who knows. If you have a nice backup/restore strategy in place, backup and update to 8.4.

The Plesk version doesn't matter for you. The only issues I can think of with psa 8.2 or 8.3 is Horde messing up, but the fix is listed in ART's wiki.
 
after instalation when I am in step 4
mv /etc/httpd/conf.d/php.conf.rpmnew /etc/httpd/conf.d/php.conf

I have this error:

mv /etc/httpd/conf.d/php.conf.rpmnew /etc/httpd/conf.d/php.conf
mv: cannot stat `/etc/httpd/conf.d/php.conf.rpmnew': No such file or directory

after service httpd restart I got

rpm -qa | grep ph
phpBB-2.0.22-82016
phpMoney-1.3-80030
phpsurveyor-0.98-80031
phpBook-1.50-80023
phpMyFamily-1.4.1-80023
phpwebsite-0.10.2-80016
php-ioncube-loader-3.0-06101212
php-sqlite2-1.0.2-200608291848
psa-php4-configurator-1.3.0-cos4.build82070807.17
phpBugTracker-1.19-80023
phpWiki-1.3.11-80031
php5-ioncube-php52-4.0-rhas4.07041615
php-domxml-4.3.9-3.22.9
php-gd-4.3.9-3.22.9
php-mbstring-4.3.9-3.22.9
php-mysql-4.3.9-3.22.9
php-4.3.9-3.22.9
phpAds-2.0.8-82029
phpDig-1.85-80019
phpmyvisites-2.3-82017
php5sb-5.2.1-10swsoft
php-pear-4.3.9-3.22.9
php-imap-4.3.9-3.22.9

hm... there is still php 4.3.9. What I made wrong?
 
PHP 4.3.9 (cgi) (built: Sep 20 2007 19:31:11)
Copyright (c) 1997-2004 The PHP Group
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies
 
Ok I think now is ok

rpm -qa | grep ph
php-ioncube-loader-3.1-2.el4.art
php-xml-5.2.5-4.el4.art
php-pdo-5.2.5-4.el4.art
psa-appvault-phpmoney-1.3-82036
psa-appvault-phprojekt-5.2-82003
psa-appvault-phpbb-2.0.22-82019
psa-appvault-phpads-2.0.8-82031
php-5.2.5-4.el4.art
php-mbstring-5.2.5-4.el4.art
php-pear-1.5.0-5.el4.art
psa-appvault-phpmyvisites-2.3-82020
psa-appvault-phpdig-1.85-82023
php5-ioncube-php52-4.0-rhas4.07041615
php-cli-5.2.5-4.el4.art
php-gd-5.2.5-4.el4.art
psa-php4-configurator-1.3.0-cos4.build83071218.20
psa-appvault-phpbugtracker-1.19-82030
psa-appvault-phpmyfamily-1.4.1-82027
psa-appvault-phpbook-1.50-82026
php5sb-5.2.1-10swsoft
php-common-5.2.5-4.el4.art
php-imap-5.2.5-4.el4.art
php-mysql-5.2.5-4.el4.art
psa-appvault-phpwebsite-0.10.2-82027
psa-appvault-phpsurveyor-0.98-82036
psa-appvault-phpwiki-1.3.11-82037

php -v
PHP 5.2.5 (cli) (built: Jan 19 2008 10:08:24)
Copyright (c) 1997-2007 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies
with the ionCube PHP Loader v3.1.32, Copyright (c) 2002-2007, by ionCube Ltd.

but now I don't have Zend Optimizer, and I thnik CLI is not working. How can I install Zend Optimizer and activate CLI?
 
Thanks Zend is working but I still have problem with CLI, scripts don't see it, maybe I should enable it or something?
 
Back
Top