如何检查zend guard loader是否安装成功

2025-05-15 01:51:24
推荐回答(2个)
回答1:

在ssh命令php -v
最后一行有 zend guard loader3.3 即安装成功

或者phpinfo()里
phpinfo();
?> 这段代码保存上传,入门者都会。
This program makes use of the Zend Scripting Language Engine:
Zend Engine v2.3.0, Copyright (c) 1998-2012 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
有最后一行字就算安装成功

然后往下拉还有下面这段:
Zend Guard Loader
Zend Guard Loader enabled
License Path no value
Obfuscation level 3

回答2:

  写一个php文件。如phpinfo.php 里面加上代码 然后在浏览里看这个php的运行结果。查看Zend Guard组件信息。