我正在尝试在wamp服务器上安装xdebug。 使用此代码:
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
和apache错误日志:
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.
我无法在phpinfo页面看到xdebug。出了什么问题:(
答案 0 :(得分:2)
用于加载模块的语法是php 5.2版本。对于php5.3使用 的zend_extension = module_path中/名称
答案 1 :(得分:0)
您编辑了正确的php.ini吗?
<?php echo 'ini: ', get_cfg_var('cfg_file_path');
可以告诉你。
如果(以及何时)您编辑了正确的.ini文件,那么apache日志中是否有任何php启动错误(apache_error.log)?