由于Zend新產(chǎn)品ZendGuardLoader的面世,Zend Optimizer已經(jīng)不支持php5.3了,官方給出的版本是ZendGuardLoader代替,ZendGuardLoader的安裝還是和原版差不多的: 官方下載地址,需要登錄 http://www./products/guard/downloads 下面的版本是已經(jīng)找出來的下載地址,能直接下載。 Windows 版本Zend Guard Loader下載 http://downloads./guard/5.5.0/ZendGuardLoader-php-5.3-Windows.zip Linux 32位Zend Guard Loader 下載: wget -c http://downloads./guard/5.5.0/ZendGuardLoader-php-5.3-linux-glibc23-i386.tar.gz Linux 64位Zend Guard Loader 下載: wget -c http://downloads./guard/5.5.0/ZendGuardLoader-php-5.3-linux-glibc23-x86_64.tar.gz
下文的 php.ini 文件根據(jù)實(shí)際情況修改成你服務(wù)器上的路徑
#結(jié)束后重啟lnmpa /root/lnmpa restart 在phpinfo 里能看到 This program makes use of the Zend Scripting Language Engine: Zend Engine v2.3.0, Copyright (c) 1998-2011 Zend Technologies with eAccelerator v0.9.6.1, Copyright (c) 2004-2010 eAccelerator, by eAccelerator with Zend Guard Loader v3.3, Copyright (c) 1998-2010, by Zend Technologies 出現(xiàn) Zend Guard Loader v3.3 則說明安裝成功。 BTW, 32位的ZendGuardLoader wget -c http://downloads./guard/5.5.0/ZendGuardLoader-php-5.3-linux-glibc23-i386.tar.gz ZEND 官方網(wǎng)站上下載是要求登錄的。如果上面的腳本下載不了,則登陸ZEND官網(wǎng)去下載。 That's all, THX.
|
|