php – 无法在Windows上安装XDEBUG?
发布时间:2020-12-13 18:27:43 所属栏目:PHP教程 来源:网络整理
导读:我的php版本是 PHP Version 5.3.6. php.ini中的Xdebug设置: [Xdebug] zend_extension_ts="D:phpextphp_xdebug-2.1.2.dll"xdebug.remote_enable=1;IPxdebug.remote_host=127.0.0.1xdebug.remote_port=9000xdebug.remote_handler=dbgpxdebug.auto_trace =
我的php版本是
PHP Version 5.3.6.
php.ini中的Xdebug设置: [Xdebug] zend_extension_ts="D:phpextphp_xdebug-2.1.2.dll" xdebug.remote_enable=1 ;IP xdebug.remote_host=127.0.0.1 xdebug.remote_port=9000 xdebug.remote_handler=dbgp xdebug.auto_trace = On xdebug.show_exception_trace = On xdebug.remote_autostart = On xdebug.collect_vars = On xdebug.collect_return = On xdebug.collect_params = On 我已经安装了PHP 5.3 VC6(32位)/ PHP 5.3 VC9(32位).他们都失败了. 当在cmd上键入“php –ini”时.表明:
为了找到要使用的正确二进制文件,请按照
http://xdebug.org/find-binary.php中的说明进行操作
干杯,德里克 (编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |