HELP !! UPDATE PHP !!!

Hi!
I have CentOS Linux 6.4 with Virtualmin version 4.02.gpl GPL and installed PHP is “only” 5.3.3 (test with funtion phpinfo();).
I need minimum PHP version 5.3.6!!!

Virtualmin don’t purpose any update of PHP and menu server configuration->PHP versions say “Your system only has PHP version 5 installed, so selecting a different version for each directory is not possible.”

So i try to install another PHP version with this documentation : http://www.virtualmin.com/documentation/web/multiplephp
So :
wget -O /etc/yum.repos.d/software_collections_php54.repo http://people.redhat.com/rcollet/php54/rhel-php54.repo
work nice but
yum install php54 php54-php-cli php54-php-mysql php54-php-gd
say :

Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile

Do you know a simply way to upgrade PHP???

Thanks!!!

Howdy,

It appears as if your server has the Virtualmin Bleed repo enabled.

It looks like your system is running CentOS 6, though that repository is only designed for CentOS 5.

That’s causing the error that you’re seeing.

If you’re using CentOS 6, we’d recommend disabling the Virtualmin bleed repo. Once you do that, the commands you’re running should work properly.

-Eric

Also PHP 5.4.x is only available for x86_64 systems, Remi does not provide the php54 packages for x86/i386 systems anymore.