PHP xdebug 帮助调试php 程序

以下步骤为使用source 包去安装xdebug软件包。

#tar xzf xdebug-2.1.0.tgz

#cd xdebug-2.1.0

#phpize

#./configure --enable-xdebug (如果提示找不到php-config ;则请用以下命令编译:./configure --enable-xdebug --with-php-config=/usr/local/php/bin/php-config)

#make && make install

#vi /etc/php.ini

增加以下行:

zend_extension=/usr/lib/php/modules/xdebug.so

把显示错误项打开:

error_reporting  =  E_ALL

display_errors = On

 

保存。

重启apache,即可。

 

错误提示样板:

( ! ) Fatal error: Call to undefined function ImageCreate() in /usr/local/apache/htdocs/vtigercrm/Image/Canvas/GD.php on line 169
Call Stack
#TimeMemoryFunctionLocation
10.0024285320{main}( )../index.php:0
20.210811765772include( '/usr/local/apache/htdocs/vtigercrm/modules/Dashboard/DashboardAjax.php' )../index.php:616
30.210911767508require_once( '/usr/local/apache/htdocs/vtigercrm/include/Ajax/CommonAjax.php' )../DashboardAjax.php:13
40.211211787196require_once( '/usr/local/apache/htdocs/vtigercrm/modules/Dashboard/HomepageDB.php' )../CommonAjax.php:12
50.241312713232render_graph( )../HomepageDB.php:57
60.241312713924vertical_graph( )../Entity_charts.php:681
70.241412716928Image_Canvas::factory( )../vertical_bargraph.php:78
80.249913375740Image_Canvas_GD_PNG->Image_Canvas_GD_PNG( )../Canvas.php:727
90.249913375792Image_Canvas_GD->Image_Canvas_GD( )../PNG.php:58

 

 

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值