Home > Backend Development > PHP Tutorial > Yii框架使用xhprof会在nginx下报502 Bad Gateway错误

Yii框架使用xhprof会在nginx下报502 Bad Gateway错误

WBOY
Release: 2016-06-06 20:47:22
Original
1319 people have browsed it

在某个controller里调用其他class的方法的时候会报这个错。
有人碰到过这个错误吗?

另外,不用框架,在一个文件里调用另一个文件里的class的方法,不会报错。
会不会是Yii的autoload机制引起的

回复内容:

在某个controller里调用其他class的方法的时候会报这个错。
有人碰到过这个错误吗?

另外,不用框架,在一个文件里调用另一个文件里的class的方法,不会报错。
会不会是Yii的autoload机制引起的

xhprof_enable(XHPROF_FLAGS_NO_BUILTINS | XHPROF_FLAGS_CPU | XHPROF_FLAGS_MEMORY);
参考 https://drupal.org/node/2126573

osx php56 安装xhprof .4 nginx 502
修改无效 xhprof_enable(XHPROF_FLAGS_NO_BUILTINS | XHPROF_FLAGS_CPU | XHPROF_FLAGS_MEMORY); 有遇到相同问题么

Related labels:
php
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template