After installing the XAMPP, if do the integration environment, carries on the program to move the value, has checked php.ini unexpectedly has three many
Which one is it anyway? After the information is checked. It turns out that what really works is the apachebin.
Configuring Zend Optimizer Support
Modify php.ini file to increase support for Zend, find Zend.ze1_compatibility_mode = Off
Change to Zend.ze1_compatibility_mode = On
Add it underneath it.
Zend_extension_manager.optimizer_ts = "d:/fwserver/zend/lib/optimizer-3.3.0"
2 Zend_extension_ts = "D:/fwserver/zend/lib/zendextensionmanager.dll"
zend_optimizer.optimization_level=1023
Save, restart the Apache service
/htdocs Create a phpinfo.php file under the site root directory
<?php
Phpinfo ();
?>
Open in Browser
http://localhost/phpinfo.php
If the following information appears, PHP is already configured
The above will also appear
Attention:zend Optimizer not installed
Installation Environment: Xampp-win32-1.6.2-installer.exe
If error: Attention:zend Optimizer not installed.
Need to XAMPP and MySQL all unloaded, only retain htdocs and then reinstall XAMPP, modify D:/fwserver/apache/bin/php.ini, find zend_optimizer.encoder_loader=0, 0 to 1, Install again, normal, happy ah. Dare not to be concealed, and nanyou share.
The command to view the port is: netstat-a, if the list has 3306 ports, the description is occupied.