PVA – Archives

Sưu tầm những bài viết hay trên internet…

Tag Archives: xdebug

Setting up a XDebug debugging environment for PHP

From: http://blog.thecodingmachine.com/content/setting-xdebug-debugging-environment-php-wamp-eclipse-pdt Download and configure XDebug Start Wamp Server. In order to get the right version of XDebug, we will need to have a look at the php_info() screen. On a WAMP server, this screen can be accessed easily at: http://localhost/?phpinfo=1 XDebug provides a “find binary page” that can analyze your php_info(), and propose the [...]

INSTALL XDEBUG WITH XAMPP ON UBUNTU

Cài gói build-essential: sudo apt-get update sudo apt-get install build-essential Download và cài đặt gói development cho phiên bản xampp mà bạn đang sử dụng. VD phiên bản xampp tôi đang sử dụng là 1.6.8a nên tôi chọn tải gói xampp-linux-devel-1.6.8a.tar.gz và giải nén vào thư mục /opt bằng lệnh sau sudo tar xvfz xampp-linux-devel-1.6.8a.tar.gz [...]

Follow

Get every new post delivered to your Inbox.