binfer/php-xhgui

A example xhprof package

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:JavaScript

Type:vcs

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

This package is auto-updated.

Last update: 2024-03-21 19:27:32 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";