php 4.3.10 update through yum
No Zend Optimizer
I don't have ZendOptimizer at all. I do, however, have the IonCube Loader, and Turck MMCache.
Looks like this is, in fact, a PHP problem. Check out the IonCube page here. Seemes the PHP team back-ported some fixes from PHP5 that shattered PHP4 in combination with things that work directly with the Zend engine... like ZendOptimizer, IonCube Loader, Turck MMCache.
Grrrrr... time to go back to 4.3.9 untill I can figure out how to update Ion Cube to the latest AND Turck MMCache to the CVS version...
Looks like this is, in fact, a PHP problem. Check out the IonCube page here. Seemes the PHP team back-ported some fixes from PHP5 that shattered PHP4 in combination with things that work directly with the Zend engine... like ZendOptimizer, IonCube Loader, Turck MMCache.
Grrrrr... time to go back to 4.3.9 untill I can figure out how to update Ion Cube to the latest AND Turck MMCache to the CVS version...
PSA 6.02 / RH9 - 4.3.10 segfaults
I upgraded psa to 4.3.10 from the pages from thsi site.. some sites failed to load, segfaults..
I downgraded to 4.3.9 and stuff is back working. I don't think PSA6 uses zendoptimizer at all.. I looked for it on the server but couldn't find reference to it..
I'd like to get up to 4.3.10 asap.. Thanks.
I downgraded to 4.3.9 and stuff is back working. I don't think PSA6 uses zendoptimizer at all.. I looked for it on the server but couldn't find reference to it..
I'd like to get up to 4.3.10 asap.. Thanks.
-
- Forum User
- Posts: 60
- Joined: Sun Dec 05, 2004 4:16 am
Why would I install the optimizer when I don't want it? That doesn't make sense.
It seems that perhaps there is a bug with PHp 4.3.10 that's caused this issue with some apps:
http://bugs.php.net/bug.php?id=31106
It seems that perhaps there is a bug with PHp 4.3.10 that's caused this issue with some apps:
http://bugs.php.net/bug.php?id=31106
When I try to update a RH9 Plesk 6.0.2 server from PHP 4.3.8 I get this problem even though aspell is installed.
Package aspell-en-ca needs aspell, this is not available.
Package aspell-en-gb needs aspell, this is not available.
Package aspell-en needs aspell >= 0.50, this is not available.
What is the correct procedure to fix this.
Package aspell-en-ca needs aspell, this is not available.
Package aspell-en-gb needs aspell, this is not available.
Package aspell-en needs aspell >= 0.50, this is not available.
What is the correct procedure to fix this.
Server Details
I had issues with the 4.3.10 PHP packages. I am running Fedora Core 1 and Plesk 7.1.5.
I downgraded to 4.3.9 and it works now. Am I understanding that installing Zend Optimizer fixes these issues with 4.3.10 ?
Brandon Petersen
I downgraded to 4.3.9 and it works now. Am I understanding that installing Zend Optimizer fixes these issues with 4.3.10 ?
Brandon Petersen
Hi,
I am running Plesk 6.0.2 on RHL9 with all updates from the fedoralegacy project.
I upgraded the PHP packages to the 4.3.10 version ones by ART: I downloaded the updates packages from the atomicturtle web site and did a manual upgrade (RPM -Uvh php-*).
I also upgraded the Zend Optimizer to version 2.5.7 and all works great.
Thanks for your hard work!
I am running Plesk 6.0.2 on RHL9 with all updates from the fedoralegacy project.
I upgraded the PHP packages to the 4.3.10 version ones by ART: I downloaded the updates packages from the atomicturtle web site and did a manual upgrade (RPM -Uvh php-*).
I also upgraded the Zend Optimizer to version 2.5.7 and all works great.
Thanks for your hard work!
Thank you hotgazpacho for pointing me to the IonCube updates for PHP 4.3.10.
We run PPWSE which is encoded using IonCube. PPWSE stopped working after the upgrade to PHP 4.3.10.
We have now upgraded the IonCube Loader from version 2.4 to version 2.5 and everything is now fully functional again.
The only problems with the PHP 4.3.10 upgrade, seems to be Zend Extension related, which leads me to conclude that there must have been a minor change in the Zend API and/or internals.
Thank you to all the posters in the forum, your posts have been of great help to us.
We run PPWSE which is encoded using IonCube. PPWSE stopped working after the upgrade to PHP 4.3.10.
We have now upgraded the IonCube Loader from version 2.4 to version 2.5 and everything is now fully functional again.
The only problems with the PHP 4.3.10 upgrade, seems to be Zend Extension related, which leads me to conclude that there must have been a minor change in the Zend API and/or internals.
Thank you to all the posters in the forum, your posts have been of great help to us.
You're welcome, carlswart.carlswart wrote:Thank you hotgazpacho for pointing me to the IonCube updates for PHP 4.3.10.
As I said in my previous post, the Zend team back-ported some stuff from PHP 5, and it broke (to my knowledge) everything that ran as a zend_extension. Zend and IonCube have new releases to fix this, but alas, Turck MMCache does not. It is no longer an active project... Zend bought out the company and hired Dimitry Stogov (MMCache developer). This effectively eliminates the Open PHP encoders/optimizers from the market. Thanks, Zend.carlswart wrote:The only problems with the PHP 4.3.10 upgrade, seems to be Zend Extension related, which leads me to conclude that there must have been a minor change in the Zend API and/or internals.
There has been a fork of MMCache, called eAccelerator. In my lust for RPM's, trying to build a SPEC file for eAccelerator has proven... difficult. Of course, I am no RPM guru...
Anyway, have given up on trying eAccelerator for now. I have replaced my encoded scripts with unencoded ones (the only client I had using them was my dad... I trust him), and I have switched to using APC for the script caching/optimization. If you have the php-devel package, simply run
Code: Select all
pear install APC
Zend website offers the optimizer update for Linux glibc2.1 or Linux glibc2.3 AMD 64bit .
Our server has glibc-2.3 installed and our processor is Intel(R) Pentium(R) 4 (not AMD 64bit).
Which update we should install?
Anybody tested this update with Plesk 7.0.4?
Scott, are you planning to revise php-4.3.10 RPMS to include the updated Zend Optimizer?
Thank you,
Alex
Our server has glibc-2.3 installed and our processor is Intel(R) Pentium(R) 4 (not AMD 64bit).
Which update we should install?
Anybody tested this update with Plesk 7.0.4?
Scott, are you planning to revise php-4.3.10 RPMS to include the updated Zend Optimizer?
Thank you,
Alex
Last edited by alexv on Wed Dec 22, 2004 12:01 pm, edited 3 times in total.
Problem solved
OK, I was finally able to build an eAccelerator RPM! See the details in this thread.
alexv as I understand it, you need at least version 2.1 of glibc for the Zend Optimizer to work.
The Zend Optimizer does not interfere with the Plesk Control Panel. It should work perfectly on Plesk 7.0.4.
I do not believe that Scott will include the Zend Optimizer with PHP 4.3.10, since not everybody runs the Zend Optimizer, and the Zend Optimizer and PHP are 2 distinctly different products. Zend also does not release the source code for the Zend Optimizer. However the only person to really answer this one is Scott himself.
You should install the Linux glibc2.1 version.Zend website offers the optimizer update for Linux glibc2.1 or Linux glibc2.3 AMD 64bit .
Our server has glibc-2.3 installed and our processor is Intel(R) Pentium(R) 4 (not AMD 64bit).
Which update we should install?
The Zend Optimizer does not interfere with the Plesk Control Panel. It should work perfectly on Plesk 7.0.4.
I do not believe that Scott will include the Zend Optimizer with PHP 4.3.10, since not everybody runs the Zend Optimizer, and the Zend Optimizer and PHP are 2 distinctly different products. Zend also does not release the source code for the Zend Optimizer. However the only person to really answer this one is Scott himself.