如题。
xdebug一直无法加载,换版本也不行;最后google得知这里要使用绝对路径。
有点不可理解,zend_extension加载扩展,竟然要求写绝对路径,跟extension指令使用相对路径还不一样。
备个忘吧。
btw,xdebug官方的安装向导,做得很赞,只是向导里没有强调必须使用绝对地址。
xdebug官方安装说明里倒是有:
———xdebug官方安装说明 ——————————————————————-
but you still need to add the correct line to your php.ini: (don’t forget to change the path and filename to the correct one — but make sure you use the full path)
zend_extension="/usr/local/php/modules/xdebug.so"
Note: You should ignore any prompts to add “extension=xdebug.so” to php.ini — this will cause problems.
——END of—xdebug官方安装说明 ——————————————————————-
0 条评论。