标签:ext php5.6 org zend 页面 tle nbsp down info
xdebug下载地址:https://xdebug.org/download.PHP
注意:带"ts"是线程安全的意思,"nts"的他没有标示,也就是说,如果是nts的要下载没标示的,下载下来的文件名其实是有标示的。
Wampserver里面是有相应模块的:bin\php\php5.6.25\zend_ext。
把下载的dll拷贝到php里面的ext文件夹里(扩展dll都在这里),改名为php_xdebug.dll。
在php.ini里修改(在“; Module Settings ;”下面添加):
[xdebug] zend_extension=php_xdebug.dll xdebug.remote_enable = On xdebug.remote_handler = dbgp xdebug.remote_host= localhost xdebug.remote_port = 9000 xdebug.idekey = PHPSTORM
在phpinfo页面查看,会有xdebug的相关信息,表示已经配置好php了!
JetBrains IDE Support。
标签:ext php5.6 org zend 页面 tle nbsp down info
原文地址:http://www.cnblogs.com/tomAdvance/p/7061949.html