Install ZendOptimizer In debian

Source: Internet
Author: User
Debian-install ZendOptimizer-Linux Release Technology-Debian information. For more information, see the following. Debian cannot use the aptitude install method to install Zend Optimizer without a package (debian installation package, I am used to using aptitude, this command is better than apt-get, during the delete operation, the dependency is automatically cleared, but apt-get does not)

After I download the package on Windows and use ssh to upload it to debian, I can go to google to search for it, or I can go directly to the zend official website (note that you need to download the linuxs version when downloading Zend Optimizer)

Start debian installation and go to the ZendOptimizer directory.

First, change the install. sh and zui_files/php files in the directory to executable properties.

Chmod + x install. sh chmod + x zui_files/php. Otherwise, an error occurs:

ERROR: Executable file:./php doesn't exist in./zui_files (this ERROR has been reported by some netizens)

Install./install. sh

I did not find this problem during installation. You can directly install. sh

If there is no problem, you should enter the installation interface with three points to note.

1. Enter the loclhost of your php. ini file and Enter the path of the php. ini file to a directory. My path is/etc/php5/apache2/

2. Are you sure you want to use the apache server?

3. If you want to restart the apache server, you can select yes or no. But Zend Optimizer takes effect only after apache is restarted.

After you restart apache, the installation is complete.

Now, test whether Zend Optimizer has taken effect.

Create a content

Phpinfo ();
?>

PHP file page

Visit this page and you will see the following information in the zend section:

This program makes use of the Zend Scripting Language Engine:
Zend Engine v2.2.0, Copyright (c) 1998-2006 Zend Technologies
With Zend Extension Manager v1.2.2, Copyright (c) 2003-2007, by Zend Technologies
With Zend Optimizer v3.3.0, Copyright (c) 1998-2007, by Zend Technologies
Related Article

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.