Wamp server and xdebug installation
Posted
by jasmine
on Stack Overflow
See other posts from Stack Overflow
or by jasmine
Published on 2010-05-27T10:13:57Z
Indexed on
2010/05/27
10:31 UTC
Read the original article
Hit count: 419
I am trying to install xdebug on wamp server. With this code:
zend_extension_ts="c:/wamp/bin/php/php5.3.0/ext/php_xdebug-2.1.0RC1-5.3-vc9.dll"
xdebug.default_enable = on
xdebug.remote_enable = 1
xdebug.remote_port = 9000
xdebug.remote_host = localhost
And apache error log:
PHP Warning: PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.3.0/ext/php_xdebug-2.1.0RC1-5.2-vc6-nts.dll' - The specified module could not be found.\r\n in Unknown on line 0
<br />
<b>Warning</b>: PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.3.0 /ext/php_xdebug-2.1.0RC1-5.2-vc6-nts.dll' - The specified module could not be found.
I cant see xdebug in phpinfo page. What is wrong :(
© Stack Overflow or respective owner