Windows PHP 5.3.x installation Zend Guard Loader Tutorial _php Tips

Source: Internet
Author: User
Tags zend

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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.