加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
php-run-with-debug.sh 394 Bytes
一键复制 编辑 原始数据 按行查看 历史
inhere 提交于 2018-05-02 09:14 . update test case class
#!/bin/sh
# profiler_enable - profiler功能的开关,默认值0,如果设为1,则每次请求都会生成一个性能报告文件。
# export XDEBUG_CONFIG="profiler_enable=1"
# xdebug.profiler_enable_trigger 默认值也是0,如果设为1 则当我们的请求中包含 XDEBUG_PROFILE 参数时才会生成性能报告文件
export XDEBUG_CONFIG="profiler_enable_trigger=1"
php $@
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化