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

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

WBOY
WBOYOriginal
2016-06-06 20:47:221315Durchsuche

在某个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); 有遇到相同问题么

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn