LNMP一键包环境下 PHP5.4 安装 Zend Guard Loader 支持。
安装方法很简单,只需下载,解压,复制,重启PHP即可。PHP5.4原来没有ZEND支持,近来ZEND放出 6.0版 支持PHP5.4了。
[b][color=blue]32位系统操作。
[/color][/b][code]wget http://downloads.zend.com/guard/6.0.0/ZendGuardLoader-70429-PHP-5.4-linux-glibc23-i386.tar.gz
tar zxvf ZendGuardLoader-70429-PHP-5.4-linux-glibc23-i386.tar.gz
cp ZendGuardLoader-70429-PHP-5.4-linux-glibc23-i386/php-5.4.x/ZendGuardLoader.so /usr/local/zend/
/etc/init.d/php-fpm restart
[/code]
[color=blue]64位系统操作:[/color]
[code]wget http://downloads.zend.com/guard/6.0.0/ZendGuardLoader-70429-PHP-5.4-linux-glibc23-x86_64.tar.gz
tar zxvf ZendGuardLoader-70429-PHP-5.4-linux-glibc23-x86_64.tar.gz
cp ZendGuardLoader-70429-PHP-5.4-linux-glibc23-x86_64/php-5.4.x/ZendGuardLoader.so /usr/local/zend/
/etc/init.d/php-fpm restart[/code]
注:如今后ZEND官方下载地址变更,自行修改对应地址和目录即可。
执行后,即可在 phpinof 中看到如下一行: 一般需ZEND支持程序就可用了。
with Zend Guard Loader v3.3, Copyright (c) 1998-2013, by Zend Technologies
注:需在 php.ini 中添加上 zend_extension=/usr/local/zend/ZendGuardLoader.so。
这一行,在军哥的升级脚本中默认是已经添加上了的。如果你关闭或删除过,请重新添加。
希望军哥的下一个版本的升级脚本中,能加上 php5.4的检测和下载他的ZEND包一起装上。
ZEND[b][color=blue]测试程序下载:[/color][/b]
[img]http://www.idc866.com/images/attachicons/rar.gif[/img] [url=http://www.idc866.com/attachment.php?aid=ODk2fDQ4YmQ3MjRmfDEzNjkwMzQ5MzF8OGY5NXZJck5EVXVvVFg3UzlTaE5HYjhlQy9KQnV2VkRicUtnSjVkM2gyN2pya28%3D][b][color=#000000](检测是否支持)用法.rar[/color][/b][/url] (1.81 KB)
如:[url=http://www.idc866.com/zendtest.php][color=#800080]http://www.idc866.com/zendtest.php[/color][/url]
如果不支持ZEND,会提示: [color=red][b]Zend Optimizer 没有 安装[/b][/color]
如果支持ZEND,就不会有这没安装提示, 有时是其它错误显示,或是空白等。
或是查看探针里 phpinfo 信息 。 难道是沙发?
不过喜欢AMH,面板简洁,又不用ssh操作
页:
[1]