Zend 3.3.9

tygersclaw

Verified User
Joined
Nov 6, 2006
Messages
24
Since Zend v3.3.9 does not have a autoinstaller :eek:, one has to manually install it :mad:. However, what if you have v3.3.3 installed via Custom Build?? How would one do a "upgrade" to Zend v.3.3.9 from v3.3.3 without screwing everything else up especially with Custom Build?

I was advised by the developer of the billing software I am using that a upgrade to v3.3.9 of Zend would fix problems I am having install their program, with Zend OR ioncube.

btw..here is my php.ini where it refers to Zend.

[Zend]
zend_extension = /usr/local/ioncube/ioncube_loader_lin_5.2.so
zend_extension_manager.optimizer=/usr/local/Zend/lib/Optimizer-3.3.3
zend_extension_manager.optimizer_ts=/usr/local/Zend/lib/Optimizer_TS-3.3.3
zend_optimizer.version=3.3.3
zend_extension=/usr/local/Zend/lib/ZendExtensionManager.so
zend_extension_ts=/usr/local/Zend/lib/ZendExtensionManager_TS.so

The instructions I have found for doing v3.3.9 have been more geared to a first time install, versus a upgrade. So I am not sure if the following are the correct way to do this or not.

* About

Install Zend Optimizer & IonCube Centos 5.3

Posted on October 6, 2009. Filed under: Uncategorized |

[Zend Optimizer]

Download http://www.zend.com/free_download/optimizer

# wget http://downloads.zend.com/optimizer/3.3.9/ZendOptimizer-3.3.9-linux-glibc23-i386.tar.g

# tar zxf ZendOptimizer-3.3.9-linux-glibc23-i386.tar.gz

# cp ZendOptimizer-3.3.9-linux-glibc23-i386/data/5_1_x_comp/ZendOptimizer.so /usr/lib/php/modules/

# nano /etc/php.ini

” add line”

[Zend]
zend_extension=/usr/lib/php/modules/ZendOptimizer.so

Restart Apache

# /etc/init.d/httpd restart

What about renaming the version to 3.3.9? Or editing any of the other variables in the php.ini file?

Any advice appreciated.
 
Last edited:
I would like an answer to this as well. I need to install the 3.3.9 version of Zend. Would prefer to do it with Custombuild if possible.

Thanks!
 
Back
Top