Zend Opt 3.0.0 breaks Apache with PHP 4.4.2

tweakservers

Well-Known Member
Mar 30, 2006
379
0
166
I just have a box setup today and notice that the new Cpanel installation have Zend Opt 3.0.0 selected which causes the Apache to not able to start up. No error is thrown in the apache error_log.

After changing the my $ver to 2.6.2 in /scripts/installzendopt and reinstall the Zend Opt, things are getting back to normal now:

#my $ver = '3.0.0';
my $ver = '2.6.2';

my %urls = (
'Linux' => 'http://downloads.zend.com/optimizer/' . $ver . '/ZendOptimizer-' . $ver . '-linux-glibc21-i386.tar.gz',
'Linux64' => 'http://downloads.zend.com/optimizer/' . $ver . '/ZendOptimizer-' . $ver . '-linux-glibc23-x86_64.tar.gz',
'FreeBSD 6.x' => 'http://downloads.zend.com/optimizer/' . $ver . '/ZendOptimizer-' . $ver . '-freebsd6.0-i386.tar.gz',
'FreeBSD 5.x' => 'http://downloads.zend.com/optimizer/' . $ver . '/ZendOptimizer-' . $ver . '-freebsd5.4-i386.tar.gz',
'FreeBSD 4.x' => 'http://downloads.zend.com/optimizer/2.6.0/ZendOptimizer-2.6.0-freebsd4.3-i386.tar.gz'
);
 

chirpy

Well-Known Member
Verifed Vendor
Jun 15, 2002
13,437
34
473
Go on, have a guess
I've had mixed experiences and noted it on my blog some time ago. It may depend on the selection of PHP modules, but v3 definitely causes problems for some, which suggests some serious bugs in the zend code.
 

ffeingol

Well-Known Member
PartnerNOC
Nov 9, 2001
947
425
363
cPanel Access Level
DataCenter Provider
Once we modify installzendopt can we just re-run it to "downgrade"? i.e. will it update the php.ini correctly and not mess up the way that the php.ini was linked into the Zend dir or should we back out those changes first?

TIA

Frank
 

trparky

Well-Known Member
Apr 23, 2003
184
1
168
This doesn't surprise me. This isn't the first time that Zend has screwed up. Remember the Zend Optimizer "Leaking File Descriptor" bug? Yeah, thats right, crashed a server good after a period of time.
 

chirpy

Well-Known Member
Verifed Vendor
Jun 15, 2002
13,437
34
473
Go on, have a guess
ffeingol said:
Once we modify installzendopt can we just re-run it to "downgrade"? i.e. will it update the php.ini correctly and not mess up the way that the php.ini was linked into the Zend dir or should we back out those changes first?
IIRC, you can simply adjust the installzendopt script and then rerun it.
 

johny_gjx

Active Member
Apr 15, 2005
42
0
156
and I just saw this problem with Current versions not with Release or Stable, anyone has seen this with Release versions?
 

tweakservers

Well-Known Member
Mar 30, 2006
379
0
166
yes, seeing this on the new Cpanel box installation WHM 10.8.0 cPanel 10.8.2-R83