xdebug.mode=debug
xdebug.client_host=127.0.0.1
xdebug.client_port=9000
xdebug.start_with_request=yes
xdebug.log=var/log/xdebug.log
如果跳转页面后session为空, 设置php.ini的session_auto_start为1
本文介绍了 Xdebug 的配置参数,包括调试模式、客户端主机地址、端口等,并提供了针对 session 问题的解决方案。
xdebug.mode=debug
xdebug.client_host=127.0.0.1
xdebug.client_port=9000
xdebug.start_with_request=yes
xdebug.log=var/log/xdebug.log
如果跳转页面后session为空, 设置php.ini的session_auto_start为1

被折叠的 条评论
为什么被折叠?