Note: My System environment is ubuntu12.04 (64-bit) + apache2 + php5.3.10. for other system environments, see. When installing shopnc, you are prompted to install zendguard first, and google has a hand. the steps for installing zendguard are as follows: 1. download and unzip: wgethttp: // downloads. zen
Note: My System environment is ubuntu 12.04 (64-bit) + apache2 + php5.3.10. for other system environments, see.
When installing shopnc, the system prompts you to install zend guard first, and google one. The steps for installing zend guard are as follows:
1. download and decompress the package:
Wget http://downloads.zend.com/guard/5.5.0/ZendGuardLoader-php-5.3-linux-glibc23-x86_64.tar.gztar zvxf ZendGuardLoader-php-5.3-linux-glibc23-x86_64.tar.gzcp ZendGuardLoader-php-5.3-linux-glibc23-x86_64/php-5.3.x/ZendGuardLoader. so/usr/lib/php5/20090626/
2. modify the php configuration file php. ini:
Sudo? Vi/etc/php5/apache2/php. inizend_loader.enable = 1zend_loader.disable_licensing = signature = 3zend_extension = "/usr/lib/php5/20090626/ZendGuardLoader. so"
3. restart apache and test:
Sudo service? Apache2? Restart
Next, you can view phpinfo () in the browser. if the following information is displayed, zend guard is successfully installed: