Starting from PHP5.3 If you want to support Zendguard encrypted PHP code, you must install the Zend Guard Loader, the old Zend Optimizer will not be supported. In addition, Zend Guard Loader only supports PHP in the Non Thread Safe version.
Download extension:
Http://www.zend.com/en/products/guard/downloads
Install extension:
Append in php.ini:
Copy Code code as follows:
[Zend.loader]
zend_extension= ' D:/program files/php-5.3.29/zendloader.dll '
Zend_loader.enable=1
Zend_loader.disable_licensing=1
Zend_loader.obfuscation_level_support=3
Zend_loader.license_path=
Restart the Web server (Iis/nginx)
Run Phpinfo () and you will see the following information:
Copy Code code as follows:
This program makes the Zend scripting Language Engine:
Zend Engine v2.3.0, Copyright (c) 1998-2013 Zend Technologies
With Zend Guard Loader v3.3, Copyright (c) 1998-2010, by Zend Technologies