php5.3 Installing Zend Guard Loader

Source: Internet
Author: User
Tags zend

Unpack

tar -zxvf zendguardloader-php-5.3-linux-glibc23-x86_64. tar. gz

Copy zendguardloader.so to PHP extensions directory

CP  Zendguardloader.so/path/to/extension_dir

Edit PHP.ini

zend_extension=/path/to/extension_dir/no-debug-non-zts-20090626/zendguardloader.so

Add an aditional line to your php.ini for enabling Zendguardloader

zend_loader.enable=1

Disable License Checks (for performance reasons)

zend_loader.disable_licensing=0

The obfuscation level supported by Zend Guard Loader. The levels is detailed in the official Zend Guard documentation. 0-no Obfuscation is enabled

zend_loader.obfuscation_level_support=3

Restart Apache (Restart your WEB server)

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.