php redis,xdebug安装扩展
转:https://www.cnblogs.com/web-fusheng/p/7259151.html
[xdebug]
zend_extension = "C:\apm\php7.1\ext\php_xdebug-2.7.0-7.1-vc14-x86_64.dll"
xdebug.remote_enable=1 #开启
;xdebug.remote_connect_back = 1
xdebug.remote_handle="dbgp"
xdebug.remote_mode="req"
xdebug.remote_host="localhost" #设置监听的域名
xdebug.remote_port=9000 #设置监听的端口
xdebug.auto_trace=1
xdebug.collect_includes = 1
xdebug.collect_params = 1
;xdebug.collect_return = 1
xdebug.remote_autostart = 1
xdebug.idekey="PHPSTORM" #设置监听的ide key
//自动生成
[Xdebug]
zend_extension=D:/phpstudy_pro/Extensions/php/php7.4.3nts/ext/php_xdebug.dll
xdebug.collect_params=1
xdebug.collect_return=1
xdebug.auto_trace=Off
xdebug.trace_output_dir=D:/phpstudy_pro/Extensions/php_log/php7.4.3nts.xdebug.trace
xdebug.profiler_enable=Off
xdebug.profiler_output_dir=D:/phpstudy_pro/Extensions/php_log/php7.4.3nts.xdebug.profiler
xdebug.remote_enable=Off
xdebug.remote_host=localhost
xdebug.remote_port=9000
xdebug.remote_handler=dbgp

浙公网安备 33010602011771号