AMH 社区首页
AMH社区 - 开放自由有价值的社区
[求助帖] AMH & Xdebug |
|
---|---|
modo |
modo 发表于 2016-01-05 17:27:23
运行环境描述:
CentOS 6.5 x86-64 + AMH AMH版本:4.2 PHP版本:5.3.27p1 Xdebug版本:xdebug-2.1.4 问题描述: 在amh运行根目录自建<?php phpinfo(); ?>,页面中没有xdebug显示。 执行命令检测模块加载情况,显示是已经加载成功xdebug。 [root@2015122517483 php.d]# php -m [PHP Modules] Core .... 省略 zlib [Zend Modules] Xdebug 为啥页面不显示了? xdebug文件配置: [xdebug] xdebug.trace_output_dir ="/tmp/xdebug" xdebug.trace_output_name = "trace.%c.%p" xdebug.profiler_enable = 1 xdebug.profiler_output_dir ="/tmp/xdebug" xdebug.profiler_output_name = "cache.out.%t-%s" xdebug.remote_enable = 1 xdebug.remote_port = 10002 xdebug.remote_handler = "dbgp" xdebug.remote_host = "127.0.0.1" zend_extension="/usr/local/php/lib/php/extensions/no-debug-non-zts-20090626/xdebug.so"
点赞,加油! (0分)
2016-01-05 17:27:23 1
|
modo |
支持 支持 坐等..
回复
2016-01-05 17:31:30 2
|
baiyea |
这个问题我已经解决了。
因为系统默认会自带一个php5.3的环境。 所以如果采用yum 安装xdebug 会直接安装到php5.3去。 请选择编译安装。并配置xdebug对应的php目录 ./configure --with-php-config=/usr/local/php-版本/bin/php-config make make install
回复
2017-07-06 14:17:31 3
|