📜 ⬆️ ⬇️

Installing Zend Optimizer on Ubuntu 9.04

Today I spent half a day before I realized how to install Zend Optimizer correctly. The question arose after installing Zend Server Community Edition.
Description of this process under the cut.

image

Install Zend Optimizer



Everything, after restarting, the server will begin to work adequately with the files that have passed through Zend Encoder.

Zend Server and Zend Optimizer


So it was not possible to achieve collaboration Zend Server with Zend Optimizer. The reason, I think in Zend Debug. For their collaboration, you must first download Debug, then Optimizer. But neither the change of the order of loading zend extensions in Zend Server, nor the attempt to manually write down everything you need in php.ini resulted in nothing. Disabling Debug via the server’s web interface also did nothing. I also tried to connect the optimizer back in php.ini, but after inserting the zend_extension_ts lines in php.ini, no Zend Server module was connected and literally everything fell off (extension manager, debugger, optimizer, zend data cache, etc.). I would also like to note that instead of Optimizer Zend Server includes some kind of Optimizer + but it does not allow running scripts encoded with zend encoder.

My only suggestion is how to make this fraternity work to find somewhere the Guard component from Zend Server, but at the moment I could not find it.
')
If anyone knows a recipe for launching D & O would be grateful for the help. Also in the future I plan to study the principles of operation of Zend Extension Manager, if it is interesting for habrayusers, I'll sprinkle an article.

Links


forum.ubuntu.ru/index.php?topic=32333.0
blog.tigeryao.com/2008/how-to-allow-zend-optimizer-and-zend-debugger-coexist.html
www.zend.com/forums/index.php?goto=15338&t=msg

Source: https://habr.com/ru/post/65120/


All Articles