binfer/php-xhgui

一个示例 xhprof 包

安装: 4

依赖: 0

建议者: 0

安全性: 0

星标: 0

关注者: 1

分支: 0

开放问题: 0

语言:JavaScript

类型:版本控制系统

dev-master 2019-01-21 06:37 UTC

This package is auto-updated.

Last update: 2024-09-21 20:27:58 UTC


README

安装 mongodb, xhprof 扩展

解析到 webroot

修改php配置文件中的auto_prepend_file配置
auto_prepend_file = /xhgui/external/hader.php

apache:  php_admin_value auto_prepend_file "/xhgui/external/hader.php"

nginx:   fastcgi_param PHP_VALUE "auto_prepend_file=/xhgui/external/hader.php";