components/php-5_3/xdebug/config/xdebug.ini
changeset 4987 6a82655eda42
parent 4986 90a869b3f47a
child 4988 4b69c7c7e09b
--- a/components/php-5_3/xdebug/config/xdebug.ini	Fri Oct 16 07:42:27 2015 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-zend_extension=/usr/php/PHP_VERSION/modules/xdebug.so
-
-;For detailed Xdebug configurations, please visit
-;http://xdebug.org/docs/
-
-;Below configuration directives enables debugging with 
-;IDE's like Netbeans, Eclipse.
-xdebug.remote_enable=1
-xdebug.remote_handler=dbgp
-
-;Provide approriate values to below configuration directives 
-;if you are running your IDE from another machine.
-xdebug.remote_host=localhost
-xdebug.remote_port=9000