WAMPSERVER2.2 cannot be started !, Wampserver2.2 start
To:
PHP version: 5.3.10
XDEBG Plugin: php_xdebug-2.1.2-5.3-vc9.dll
WAMPServer2.2 is compiled by VC9 and must be supported by the VC9 Runtime Library.
Solution:
Download VC9 Runtime Library: http://www.xiazaiba.com/html/515.html
Visual C ++ 2008 Runtime Library (VC2008 Runtime Library) System Requirements
Supported Operating Systems: Windows 2000 Service Pack 4, Windows Server 2003, Windows Server 2008, Windows Vista, and Windows XP
Minimum configuration: 6 MB (x86)
Required Software: Windows Installer 3.0 (Windows Installer 3.1 or later is recommended ).
Install the VC9 Runtime Library and then start the website server. Now WAMPServer2.2 can be started normally!
If the WAMPServer icon is orange, it indicates that APache or Mysql is not started. Check whether APache and Mysql are started and cannot be started. Then, find the cause. If the Start and Stop servers in the APache or Mysql service menu are gray, install the service and try to Start the service until the icon is green, which indicates that the server is running normally!
When debugging PHP, pay attention to the following simple issues:
1. Click the WAMPServer icon-> PHP settings-> (Xdebug): click Remote debug to start the XDebug Remote debugging template. If the Remote debugging template is not started, debugging will fail.
2. Right-click the WAMPServer icon in the lower right corner and choose PHP> PHP Settings> (Xdebug): Check Remote debug, on Zend Studio9.0, choose Windows> Preferences> PHP> Debug> Default Settings> PHP Debugger, select XDebug, and OK to save the configuration, if you select "Break at first line", the first line on the debugging page will be interrupted during debugging. If you do not select this line, the first line will not be interrupted every time! In this way, the default debugging information is set.
Now you can debug PHP on Zend Studio!