實驗環(huán)境CentOS
成都創(chuàng)新互聯(lián)于2013年開始,先為青龍等服務(wù)建站,青龍等地企業(yè),進行企業(yè)商務(wù)咨詢服務(wù)。為青龍企業(yè)網(wǎng)站制作PC+手機+微官網(wǎng)三網(wǎng)同步一站式服務(wù)解決您的所有建站問題。phpinfo()
顯示
PHP Version 5.3.3
去官網(wǎng)http://www.xdebug.org/對應(yīng)下載
xdebug-2.2.5
linux下解壓xdebug包。
1、進入xdebug,在這個目錄下先運行php目錄下面的bin/phpize;
我的機子,運行phpize出錯
[root@localhost xdebug-2.2.5]# phpize -bash: phpize: command not found安裝phpize
phpize是屬于php-devel的內(nèi)容
yum install php-devel -y [root@localhost xdebug-2.2.5]# phpize Configuring for: PHP Api Version: 20090626 Zend Module Api No: 20090626 Zend Extension Api No: 2200906262、在運行
[root@localhost xdebug-2.2.5]#./configure --enable-xdebug [root@localhost xdebug-2.2.5]#make好了,編譯結(jié)束了。
[root@localhost xdebug-2.2.5]# ll modules/ total 660 -rw-r--r--. 1 root root 923 Oct 17 06:19 xdebug.la -rwxr-xr-x. 1 root root 668885 Oct 17 06:19 xdebug.so這是時候會在xdebug的目錄下生成 目錄modules,目錄下有xdebug.so文件,把xdebug.so復(fù)制到你想放的目錄。
3. 編輯php.ini文件
再php的配置文件后面加上
zend_extension = "/路徑/xdebug.so"
如下:
zend_extension="/home/samba/test/xdebug-2.2.5/modules/xdebug.so" xdebug.profiler_enable = on xdebug.default_enable = on xdebug.trace_output_dir="/tmp/xdebug" xdebug.trace_output_name = trace.%c.%p xdebug.profiler_output_dir="/tmp/xdebug" xdebug.profiler_output_name="cachegrind.out.%s"[root@localhost xdebug-2.2.5]#service httpd restart
phpinfo()
顯示
This program makes use of the Zend Scripting Language Engine:
Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies
with Xdebug v2.2.5, Copyright (c) 2002-2014, by Derick Rethans
或者
[root@localhost etc]# php -m |grep debug xdebug Xdebug另外有需要云服務(wù)器可以了解下創(chuàng)新互聯(lián)cdcxhl.cn,海內(nèi)外云服務(wù)器15元起步,三天無理由+7*72小時售后在線,公司持有idc許可證,提供“云服務(wù)器、裸金屬服務(wù)器、高防服務(wù)器、香港服務(wù)器、美國服務(wù)器、虛擬主機、免備案服務(wù)器”等云主機租用服務(wù)以及企業(yè)上云的綜合解決方案,具有“安全穩(wěn)定、簡單易用、服務(wù)可用性高、性價比高”等特點與優(yōu)勢,專為企業(yè)上云打造定制,能夠滿足用戶豐富、多元化的應(yīng)用場景需求。