Skip to content

Commit de6d708

Browse files
committed
Merge branch 'PHP-8.1'
* PHP-8.1: Fix --CGI-- support of run-tests.php
2 parents 236fd4c + d430652 commit de6d708

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run-tests.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3813,7 +3813,7 @@ public function getName(): string
38133813

38143814
public function isCGI(): bool
38153815
{
3816-
return $this->sectionNotEmpty('CGI')
3816+
return $this->hasSection('CGI')
38173817
|| $this->sectionNotEmpty('GET')
38183818
|| $this->sectionNotEmpty('POST')
38193819
|| $this->sectionNotEmpty('GZIP_POST')

0 commit comments

Comments
 (0)