Ubuntu 10.04 php Xdebug

回覆文章
yehlu
Site Admin
文章: 3245
註冊時間: 2004-04-15 17:20:21
來自: CodeCharge Support Engineer

Ubuntu 10.04 php Xdebug

文章 yehlu »

http://ubuntuforums.org/showthread.php?t=525257

代碼: 選擇全部

sudo apt-get install php5-dev php-pear
sudo pecl install xdebug
Build process completed successfully
Installing '/usr/lib/php5/20090626/xdebug.so'
install ok: channel://pecl.php.net/xdebug-2.2.1
configuration option "php_ini" is not set to php.ini location

代碼: 選擇全部

vi /etc/php5/apache2/php.ini
zend_extension="/usr/lib/php5/20090626/xdebug.so"
回覆文章

回到「PHP」