本文章來給各位同學(xué)詳細(xì)介紹ZendOptimizer-3.3.9最新版的安裝步驟,這是一篇安裝筆記有需要了解的朋友可參考此文章來操作.
ZendOptimizer-3.3.9-linux-glibc23-x86_64
我只是翻譯一下,嘎嘎…
1. Extract the Zend Optimizer package.
解壓安裝包 tar -zxf ZendOptimizer-3.3.9-linux-glibc23-x86_64.tar.gz
2. Locate the ZendOptimizer.so (Unix) or ZendOptimizer.dll (Windows) file in the directory which
corresponds to your version of PHP (4.3.x, 4.4.x, 5.0.x, 5.1.x, 5.2.x).
在data文件夾找到你的版本的ZendOptimizer.so,將他復(fù)制到你預(yù)定的文件夾下
3. Add the following line to your php.ini file:
Linux and Mac OS X:zend_extension=<full_path_to_ZendOptimizer.so>
Windows:zend_extension_ts=<full_path_to_ZendOptimizer.dll>
Windows non-thread safe: zend_extension=<full_path_to_ZendOptimizer.dll>
(*) The Windows non-thread safe binary is only used with Zend Core 2.0.
根據(jù)你的系統(tǒng)修改php.ini 增加zend_extension=xxx(你預(yù)定的文件目加上ZendOptimizer.so)
4. Restart your Web server.重啟你的apache。
新聞熱點(diǎn)
疑難解答