Turn:
PHP Version: 5.3.10
XDEBG plug-in: Php_xdebug-2.1.2-5.3-vc9.dll
WAMPServer2.2 is compiled with VC9 and needs to be VC9 run-time library support.
Workaround for this problem:
Download VC9 Runtime library, download address: http://www.xiazaiba.com/html/515.html
Visual C + + 2008 Runtime Library (VC2008 runtime) system requirements
Supported operating systems: Windows Service Pack 4; Windows Server 2003; Windows Server 2008; Windows Vista; Windows XP
Minimum configuration: 6 MB (x86)
Required Software: Windows Installer 3.0 (recommended to install Windows Installer 3.1 or later).
Install the VC9 Run Library, and then start the Web server, now WAMPServer2.2 can start normally!
If, the wampserver icon is orange, indicating that Apache or MySQL did not start up, at this time check to see if Apache and MySQL started up, did not start up, and then find the reason. If start and stop server are grayed out under the Apache or MySQL service menu, install the service before attempting to start the service until the icon is green and the server is running properly!
When debugging PHP, be aware of the following simple questions:
1, left-click wampserver icon->php->php Settings----(XDEBUG): Remote debug Hook, start the Xdebug-debug template, if not started, you cannot debug.
2, right bottom corner wampserver icon Right click->php->php Settings--(Xdebug): Remote debug Hook, on the Zend Studio9.0 select Menu windows->preferences- >php->debug->default settings->php Debugger Select Xdebug,ok OK to save the configuration, if you tick "break at first line" It will be interrupted on the first line of the debug page when debugging, and will not be interrupted on the first line every time you uncheck it! This sets the default debugging information.
OK, now you can debug PHP on Zend Studio!
The above describes the WAMPSERVER2.2 can not start the solution! , including the aspects of the content, want to be interested in PHP tutorial friends helpful.