• 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

FC4 Plesk 8 And would like php 5.1.4

Well you could always do what I did... I just download the AutoInstaller for 8.1 and ran that. It upgraded php and mysql to 5.x.

I'd say that's very strange. AFAIK the versions of PHP and MySQL installed by Plesk are whatever versions come with the distribution you're running. What OS are you on?
 
I think you are right. I was trying to manually upgrade PHP but thought it had failed, so I ran the auto installer. To my surprise PHP 5.1.4 was working... I will try to back track what I did. All I knows is that I was using YUM to force php to update. Darn those dependencies! *shakes fist*

Fedora Core 4 btw
 
Here is my history if you want to try what I have done. I have been successful in upgrading PHP to 5.1.6 off the atomic bleeding channel. Plesk seems happy about it with no major errors. The fist 11 or so commands are just me installing yum. I am not using x64 though so it may not work for you.

1 rpm -Uvh http://download.fedora.redhat.com/pub/fedora/linux/core/4/i386/os/Fedora/RPMS/python-elementtree-1.2.6-4.i386.rpm
2 rpm -Uvh http://download.fedora.redhat.com/pub/fedora/linux/core/4/i386/os/Fedora/RPMS/python-sqlite-1.1.6-1.i386.rpm
3 rpm -Uvh ftp://ftp.cvt.stuba.sk/u2/fedora/core/updates/4/i386/i386/rpm-python-4.4.1-22.i386.rpm
4 rpm -Uvh http://download.fedora.redhat.com/pub/fedora/linux/core/4/i386/os/Fedora/RPMS/python-urlgrabber-2.9.6-1.noarch.rpm
5 rpm -Uvh http://download.fedora.redhat.com/pub/fedora/linux/core/updates/4/i386/yum-2.4.1-1.fc4.noarch.rpm
6 wget http://www.atomicrocketturtle.com/RPM-GPG-KEY.art.txt
7 rpm --import RPM-GPG-KEY.art.txt
8 vi /etc/yum.repos.d/atomic.repo
12 yum update php
15 wget http://download1.swsoft.com/Plesk/Plesk8.1/FedoraC4/psa_installer_v3.1.0_build061201.02_os_FedoraCore_4_i386
16 chmod 755 psa_installer_v3.1.0_build061201.02_os_FedoraCore_4_i386
17 ./psa_installer_v3.1.0_build061201.02_os_FedoraCore_4_i386
 
Atomic,
I have upgraded the php 5.0.4 from your yum channel,
Everything seems to be working except the gdlib. when I look the phpinfo, I can see the '--without-gd' in the Configure Command section.

is this mean the gd in not compiled with the php? I have installed the php-gd package from your archive as well. it doesnt help much.
 
Wait til you see the phpinfo from 5.1 and 5.2. It will tell you everything is disabled (and yet still works). So long story short, GD isn't disabled, not in 5.0, 5.1, or 5.2. I couldn't say why you're having problems with your particular application, but I can we use it fairly extensively on www.ice.org without issue.
 
I got it working. the error related to the php page rendering the image files, been corrupt for some unknown reason during the upgrade.

it was a zend encrypted page.
 
Back
Top