Home > Backend Development > PHP Tutorial > php 5.4.9跑在nginx+php-fpm下时,支持getallheaders()函数吗?

php 5.4.9跑在nginx+php-fpm下时,支持getallheaders()函数吗?

WBOY
Release: 2016-06-06 20:47:05
Original
1008 people have browsed it

根据官方文档

5.4.0 此函数可用于FastCGI。 此前仅在PHP以 Apache 模块方式运行时支持。

但我在Nginx + php-fpm模式下,调用此函数报未定义的错误。

请问一下,有在nginx下用个这函数的同学吗?多谢了!

PS: 我知道可以用自定义函数的方式解决这个问题。想知道原生函数是否能用。

回复内容:

根据官方文档

5.4.0 此函数可用于FastCGI。 此前仅在PHP以 Apache 模块方式运行时支持。

但我在Nginx + php-fpm模式下,调用此函数报未定义的错误。

请问一下,有在nginx下用个这函数的同学吗?多谢了!

PS: 我知道可以用自定义函数的方式解决这个问题。想知道原生函数是否能用。

这是一个已知的bug,具体你可以看看这里

Related labels:
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