Hello World

Just So So ...

Xdebug

Apache 0 评

装WAMP的时候默认自带,如果是单独安装请自行Google。

但,这个东西真心没什么用,民间传言它还会拖慢Apache的速度。

取消方法:

找到PHP配置文件php.ini,把xdebug的extension去掉,把xdebug的配置去掉。

;zend_extension = "d:/wamp/bin/php/php5.4.3/zend_ext/php_xdebug-2.2.0-5.4-vc9.dll"

;[xdebug]
;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 = "d:/wamp/tmp"
;xdebug.var_display_max_children = 256
;xdebug.var_display_max_depth = 20

发表评论
撰写评论