how to disable zend optimizer for a domain .?

majoosh

Well-Known Member
Feb 18, 2006
97
0
156
India
Hi Guys,

May be a stupid question but someone could answer this ;)

How to disable zend optimizer for a domain ? via .htaccess or something ?

My server is not phpsuexec so cannot do it in php.ini for the domain.

Any idea how to disable via htaccess ? or is there any other methods. If I disable it in main /usr/local/Zend/etc/php.ini the domain works fine otherwise the domain gives zero size reply and in server error log it gives .
============
[Fri May 23 09:44:54 2008] [notice] child pid 10702 exit signal Segmentation fault (11)
[Fri May 23 09:44:55 2008] [notice] child pid 11655 exit signal Segmentation fault (11
============

Some other domain use zend optimizer so cannot disable it server wide....:p

Any idea ??? :confused:


Mojo
 

thewebhosting

Well-Known Member
May 9, 2008
1,199
1
68
Zend optimizer supposed to be installed server wide and if your domain is hosted on shared server then you can not disable it from your side.:)
 

majoosh

Well-Known Member
Feb 18, 2006
97
0
156
India
yeah right ..

I resolved this problem by downgrading zend optimizer to version 3.0.1 :rolleyes:


Cpanel script /scripts/installzendopt will install zend optimizer 3.3.0

I just change the version in the script to 3.0.1 and installed

It worked thanks guys :D