PHPDebugConsole icon indicating copy to clipboard operation
PHPDebugConsole copied to clipboard

Request Headers problem with php 8.1.15

Open rgilsimoes opened this issue 1 year ago • 5 comments

After a lot of testing I believe there is a problem when using php 8.1.15. When setting route to "chromeLogger" and enabling requestHeadersOutput there is always this sequence of errors:

[proxy_fcgi:error] [pid 47499:tid 140439541749504] [client ... ] Premature end of script headers: report_novos_cartoes.php, referer: https://www......eu/.../ [proxy_fcgi:error] [pid 47499:tid 140439541749504] [client ... ] AH01070: Error parsing script headers, referer: https://www....eu/.../

I messed with a lot of buffer sizes and so on, but the only solution was to change to php 8.0.23 and now it is working.

rgilsimoes avatar Feb 19 '23 10:02 rgilsimoes