summaryrefslogtreecommitdiff
path: root/sapi/fpm/tests/response.inc
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/fpm/tests/response.inc')
-rw-r--r--sapi/fpm/tests/response.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/fpm/tests/response.inc b/sapi/fpm/tests/response.inc
index 54f85bcfb6..d6ee6c7afb 100644
--- a/sapi/fpm/tests/response.inc
+++ b/sapi/fpm/tests/response.inc
@@ -174,7 +174,7 @@ class Response
{
// check default headers
return (
- $this->checkHeader('X-Powered-By', '|^PHP/7|', true) &&
+ $this->checkHeader('X-Powered-By', '|^PHP/8|', true) &&
$this->checkHeader('Content-type', '|^' . $contentType . '(;\s?charset=\w+)?|', true)
);
}