如何查看自己的主机是否安装了Zend Guard Loader组件

2025-03-13 16:30:52
推荐回答(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:

访问 http://你的域名/php-info.php ,对照下图说明,满足要求即可安装使用。