Windows Server 2008 R2 installation Zend Optimizer tutorial _win server

Source: Internet
Author: User
Tags php and phpinfo zend

Test the SHOPEX program installation on Windows Server 2008 R2, which was found to be garbled (the server has been configured with PHP) as follows:



This is because the SHOPEX program uses Zend encryption, so the server needs to install Zend Optimizer to be displayed properly. Next, how to install Zend Optimizer on the server.

I. Download the Windows version of Zend Optimizer and unzip it

Zend Optimizer has Windows version, Linux version, and Mac OS version, here we download the Windows version, the latest is 3.3.9, you can click here to download the Zend Optimizer version 3.3.3. After the download good decompression. I unpacked the C:\Program Files\zendoptimizer.

Two. Modify the php.ini file

Locate the server's php.ini file and add it to the php.ini file :
[Zend]
zend_extension_manager.optimizer_ts= "C:\Program Files\zendoptimizer\zendoptimizer-3.3.3\optimizer-3.3.3″
zend_extension_ts= "C:\Program Files\zendoptimizer\zendoptimizer-3.3.3\zendextensionmanager.dll"

Three. Restart IIS (you can stop IIS before you start IIS)

It was intended to be restarted through Iisreset/restart, but always prompted the RPC server to be unavailable, and the server's RPC service was functioning properly.

Four. New Phpinfo function View

Once installed, you can create a new phpinfo function to view the information in PHP and display the following:

Five. Access Shopex installation

It's normal to visit Shopex at this point. The following figure allows you to start installing:

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.