Created
December 22, 2011 16:40
-
-
Save jehoshua02/1510933 to your computer and use it in GitHub Desktop.
Copy to php.ini
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; XDEBUG Extension | |
zend_extension = "c:\wamp\bin\php\php5.3.5\ext\php_xdebug-2.1.2-5.3-vc6.dll" | |
[xdebug] | |
xdebug.remote_enable = on | |
xdebug.remote_handler = dbgp | |
xdebug.remote_host = localhost | |
xdebug.remote_port = 9000 | |
xdebug.profiler_enable = off | |
xdebug.profiler_enable_trigger = off | |
xdebug.profiler_output_name = cachegrind.out.%t.%p | |
xdebug.profiler_output_dir = "c:/wamp/tmp" | |
xdebug.collect_params = 4 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment