【发布时间】:2018-07-19 20:26:41
【问题描述】:
phpinfo() 显示配置路径:/etc/php5/apache2/conf.d/20-xdebug.ini
但文件只包含一个字符串:zend_extension=xdebug.so
文件usr/lib/php5/20100525/xdebug.so 如下所示:
在 php.ini 中,没有包含“xdeb”或“remote_connect”的行
UP:我需要什么? phpinfo() 表明 xdebug.remote_connect_back 设置已关闭。我需要打开它。
【问题讨论】:
-
你到底想做什么?
-
@AyyappanSekar
phpinfo()表明xdebug.remote_connect_back设置已关闭。我需要打开它。
标签: php debugging xdebug remote-debugging