Bref: PHP logs accidentally sent to the HTTP response

Created on 17 Feb 2019  路  4Comments  路  Source: brefphp/bref

This is a follow-up of #216

PHP-FPM sends logs in the FastCGI output under the key PHP message:. Those lines end up in the HTTP headers. They are parsed by Hoa/FastCGI as response headers.

This issue is currently fixed (by #216), but in a hacky way.

However we discovered with @vdechenaux that the issue has been fixed upstream in Hoa\FastCGI (see https://github.com/hoaproject/Fastcgi/pull/19) and we are now waiting for a new release to use it: https://github.com/hoaproject/Fastcgi/issues/23

This issue is here to track this.

bug

Most helpful comment

New release should fix your issue.

All 4 comments

New release should fix your issue.

馃憤 forgot to close this thanks

:+1:

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mnapoli picture mnapoli  路  6Comments

Yalian picture Yalian  路  9Comments

akondas picture akondas  路  7Comments

t-geindre picture t-geindre  路  4Comments

eddiejan picture eddiejan  路  7Comments