PHP message: PHP Parse error: syntax error in php://input ?
FastCGI sent in stderr: "PHP message: PHP Warning: Unexpected character in input: '' (ASCII=25) sta
te=0 in php://input on line 4
PHP message: PHP Parse error: syntax error, unexpected '' (T_STRING) in php://input on line 4" while reading response header from upstream
FastCGI sent in stderr: "PHP message: PHP Warning: Unexpected character in input: '' (ASCII=20) state=0 in php://input on line 3
PHP message: PHP Parse error: syntax error, unexpected 'Å0' (T_STRING) in php://input on line 3" while reading response header from upstream
FastCGI sent in stderr: "PHP message: PHP Parse error: syntax error, unexpected ']' in php://input on line 5" while reading response header from upstream
这个项目稳定运行很久了,突然有这个问题,重启php-fpm之后问题消失,过一段时间问题又出现,刚开始使用php7.0.16版本,升级到php7.0.33版本,问题依然存在
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
检查php.ini,找到short_open_tag 将其参数设置为on,并重启。
是哪个版本的php,怀疑是php版本太低
7.2以下版本吗?