【发布时间】:2018-06-04 06:47:32
【问题描述】:
禁用 xdebug 是否存在性能问题? 我的问题是我可以禁用它并将其保留在 php.in 中还是应该删除所有部分
; XDEBUG Extension
[xdebug]
zend_extension ="C:/wamp64/bin/php/php5.6.16/zend_ext/php_xdebug-2.4.0rc2-5.6-vc11-x86_64.dll"
xdebug.remote_enable = off
xdebug.profiler_enable = off
xdebug.profiler_enable_trigger = off
xdebug.profiler_output_name = cachegrind.out.%t.%p
xdebug.profiler_output_dir ="C:/wamp64/tmp"
xdebug.show_local_vars=0
【问题讨论】: