|
|
@@ -1,38 +0,0 @@
|
|
|
-
|
|
|
-[xdebug]
|
|
|
-zend_extension="/usr/local/php/lib/php/extensions/no-debug-non-zts-20190902/xdebug.so"
|
|
|
-xdebug.remote_enable=1
|
|
|
-xdebug.remote_autostart=1
|
|
|
-xdebug.remote_connect_back=1
|
|
|
-xdebug.var_display_max_depth = 512
|
|
|
-xdebug.profiler_append = 1
|
|
|
-xdebug.profiler_enable_trigger = 1
|
|
|
-xdebug.max_nesting_level = 200
|
|
|
-xdebug.profiler_output_dir = "/tmp/xdebug"
|
|
|
-xdebug.profiler_output_name = "cachegrind.out.%t.%p"
|
|
|
-xdebug.remote_host=127.0.0.1
|
|
|
-xdebug.remote_port=9001
|
|
|
-xdebug.remote_handler = dbgp
|
|
|
-xdebug.idekey = PHPSTORM
|
|
|
-
|
|
|
-
|
|
|
-[xdebug]
|
|
|
-;zend_extension = "/usr/local/php/lib/php/extensions/no-debug-non-zts-20190902/xdebug.so"
|
|
|
-zend_extension=xdebug.so
|
|
|
-xdebug.trace_output_dir=/tmp/xdebug
|
|
|
-xdebug.profiler_output_dir=/tmp/xdebug
|
|
|
-xdebug.profiler_enable=On
|
|
|
-xdebug.profiler_enable_trigger=1
|
|
|
-xdebug.mode=debug
|
|
|
-xdebug.start_with_request=yes
|
|
|
-;xdebug.remote_enable = 1
|
|
|
-;xdebug.remote_host = 127.0.0.1
|
|
|
-;xdebug.remote_port = 9001
|
|
|
-;xdebug.remote_handler = dbgp
|
|
|
-xdebug.client_host=127.0.0.1
|
|
|
-xdebug.client_port=9003
|
|
|
-xdebug.idekey="PHPSTORM"
|
|
|
-;xdebug.discover_client_host = true
|
|
|
-;debug.cli_color = 2
|
|
|
-;xdebug.var_display_max_depth = 15
|
|
|
-;xdebug.var_display_max_data = 2048
|