Run the installation file (ZendServer-CE-php-5.3.2-5.0.1-Windows_x86.exe) to start the installation. For options, please refer to my selection.
No changes should be made here, just keep the default selection
Click the Browse button to change the installation directory to D drive
Change the Web Server Port to 85 to avoid conflict with IIS
After the installation is completed, Zend Server has a configuration file encoding error and needs to be changed manually.
Open the D:Program FilesZendZendServeretcZendEnablerConf.xml file with Notepad.
Change
xml version="1.0" encoding="UTF-8"?>
to
Open Apache Service Monitor in the control panel (right-click the first icon in the second row in the picture)
Restart Apache (click the Restart button)
Open the address http://localhost:10081/ZendServer/
You can also find the Zend Server shortcut in the start menu and open the Zend Server configuration interface to configure it
After the configuration is completed, enter the Zend Server control panel
I would like to remind you that the display_errors in the Error Handling and Logging group in Server Setup > Directives will be changed in future development. Commonly used.
The main function is to turn on or off PHP error prompts.