Control Web Panel

WebPanel => PHP => Topic started by: comeback on March 01, 2014, 12:07:58 PM

Title: [Problem] Update PHP 5.3 to 5.4.25
Post by: comeback on March 01, 2014, 12:07:58 PM
Hello,

I only speak french, sorry for my bad english.

I have CentOS 6.5 64 bit

I need PHP 5.4, this is what I do

Code: [Select]
rpm -Uvh http://mirror.webtatic.com/yum/el6/latest.rpm
yum install yum-plugin-replace
yum replace php-common --replace-with=php54w-common
service cwp restart

After there is an error:

Code: [Select]
Stopping nginx:                                            [  OK  ]
Stopping mysqld:                                           [  OK  ]
Stopping php-fpm:                                          [FAILED]
Starting nginx:                                            [  OK  ]
Starting mysqld:                                           [  OK  ]
Failed loading /usr/lib64/php/ioncube/ioncube_loader_lin_5.3.so:  /usr/lib64/php/ioncube/ioncube_loader_lin_5.3.so: undefined symbol: php_body_write
php-fpm is stopped

Can you help me?

Merci

Title: Re: [Problem] Update PHP 5.3 to 5.4.25
Post by: Administrator on March 02, 2014, 01:18:46 AM
you can remove ioncube from php
Title: Re: [Problem] Update PHP 5.3 to 5.4.25
Post by: comeback on March 03, 2014, 08:10:22 PM
I know, but if I need ioncube, how can I do?
Title: Re: [Problem] Update PHP 5.3 to 5.4.25
Post by: Administrator on March 27, 2014, 08:53:24 PM
you can install ioncube manually.