We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45a0656 commit 4241258Copy full SHA for 4241258
sapi/fpm/tests/response.inc
@@ -174,7 +174,7 @@ class Response
174
{
175
// check default headers
176
return (
177
- $this->checkHeader('X-Powered-By', '|^PHP/7|', true) &&
+ $this->checkHeader('X-Powered-By', '|^PHP/8|', true) &&
178
$this->checkHeader('Content-type', '|^' . $contentType . '(;\s?charset=\w+)?|', true)
179
);
180
}
0 commit comments