-
```
version: "3"
swoole:
image: twosee/swoole-coroutine
container_name: xhgui_swoole
ports:
- "${UDP_REV_PORT}:9501"
restart: always
networks:
- web-networ…
phpng updated
6 years ago
-
I don't see any schema changes in [the release notes], but it'd be nice if we could document here that XHGui Collector is in fact compatible with xhgui 0.8.1, for example.
/cc @ed-piisang, @marksto…
-
**BUG描述**
搭建完后可以访问,但一直是初始页面,什么数据都没有,去查错误日志后才发现,在插入mongo的时候抛出了这个异常:
**xhgui - invalid document for insert: keys cannot contain ".": "main()==>load::web/index.php"**
**xhgui - invalid document for in…
-
Env:
macos 10.12.6
php7.1
mongodb 3.6.2
When I view `http://127.0.0.1/xhgui-branch/webroot/url/view?url=%2Fsys3%2Fcompany-service%2Fweb%2FgetSubmitStatus` , this error occurs:
```
Aw shoot,…
-
710MB & 5.85 min run time to load a 51MB file generated by `mysqldump --xml` seems excessive.
This is running on an Arch Linux 64-bit system, php v5.6.7 and the PHPUnit v4.6.2 phar.
-
Hi,
the composer lock file is outdated, for example the perftools/xhgui-collector dependency is missing in it. This result in an error when using the external/header.php into any project:
`Warni…
skors updated
6 years ago
-
The current xhgui release requires the old mongo php driver which has been superseded by: https://github.com/mongodb/mongo-php-driver
Are there plans to update support so it works with the newer driv…
-
楼主好,我遇到的情况是:xhprof是有数据的,但是xhgui执行时间、CPU时间,内存占用等信息为空,但是请求地址不为空,PHP版本为PHP 7.0.14,xhprof、tideways_xhprof在phpinfo里面都有,请问又遇到过这种情况么???
-
If Homebrew was updated on Aug 10-11th 2016 and `brew update` always says `Already up-to-date.` you need to run: `cd "$(brew --repo)" && git fetch && git reset --hard origin/master && brew update`.
…
ghost updated
6 years ago
-
if you mongo version >3.5 , you will see the error in Recent runs pages by clicking an url link
> the 'cursor' option is required, except for aggregation explain
fix it by modify /path/xhgui…