วันเสาร์ที่ 18 สิงหาคม พ.ศ. 2555

http://www.thheuer.com/2010/12/howto-install-xampp-1-7-2-on-windows-7-with-xdebug-and-netbeans/


Download XAMPP 1.7.2 from sourceforge.net/projects/xampp/files/XAMPP%20Windows/1.7.2/xampp-win32-1.7.2.exe/download
Install
Download php_xdebug-2.0.5-5.3-vc6.dll from xdebug.org/download.php
Place it in C:\xampp\php\ext
Edit C:\xampp\php\php.ini add:
zend_extension = “C:\xampp\php\ext\php_xdebug-2.0.5-5.3-vc6.dll”[xdebug]
xdebug.remote_enable=on

xdebug.remote_host=127.0.0.1

xdebug.remote_port=9000

xdebug.remote_handler=”dbgp”

Enjoy!


http://xdebug.org/wizard.php
  
 XDEBUG EXTENSION FOR PHP | DOCUMENTATION | INSTALLATION

If you like Xdebug, please consider buying a
"support agreement".
Or Flattr this website: 

Tailored Installation Instructions

This page helps you finding which file to download, and how to configure PHP to get Xdebug running. Please paste thefull output of phpinfo() (either a copy & paste of the HTML version, the HTML source or php -i output) and submit the form to receive tailored download and installation instructions. Do not paste the raw HTML (from view-source) into the form.
The information that you upload will not be stored. The script will only use a few regular expressions to analyse the output and provide you with instructions. You can see the code here.
 
 
This site and all of its contents are Copyright © 2002-2012 by Derick Rethans.
All rights reserved.