Search found 3 matches

by roadrash
Tue Oct 25, 2011 7:07 am
Forum: PHP Help and Discussion
Topic: ioncube undefined symbol: zend_unmangle_property_name_ex
Replies: 13
Views: 21512

Re: ioncube undefined symbol: zend_unmangle_property_name_ex

I currently have PHP 5.3.8 installed from the Atomic repo. However, there seems to be no update for php-ioncube (or am I missing something??). So I manually downloaded and installed the ioncube_loader_lin_5.3.so And linked it in php.ini Then I commented the line in /etc/php.d/ioncube-loader.ini that...
by roadrash
Tue Oct 25, 2011 6:23 am
Forum: PHP Help and Discussion
Topic: PHP 5.3 requires MySQL 5.1?
Replies: 6
Views: 11565

Re: PHP 5.3 requires MySQL 5.1?

Many thanks.
All works now. PHP upgraded to 5.3.8 and MySQL still 5.0.77
I only needed to replace exclude=mysql* with: exclude=mysql-*
to make sure that mysqlclient16 was not excluded.
by roadrash
Mon Oct 24, 2011 10:57 am
Forum: PHP Help and Discussion
Topic: PHP 5.3 requires MySQL 5.1?
Replies: 6
Views: 11565

Re: PHP 5.3 requires MySQL 5.1?

Can you please pop-up a quick little howto what to do in this case?

I have MySQL 5.0.77 with PHP 5.1.6 on a stock CentOS / Plesk 9.5 installation.

And I need only PHP to upgrade to 5.2.17 or 5.3.*

I also have mysql* excluded in the atomic.repo

What do I need to do ??