Skip to content

Commit 2f5021b

Browse files
committed
Merge branch 'PHP-8.3' into PHP-8.4
* PHP-8.3: Fix test with shared zend_test (#16705)
2 parents 815a4a8 + 9a255b3 commit 2f5021b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/fpm/tests/gh16628.phpt

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ for ($i = 1; $i < 100; $i++) {
3232
EOT;
3333

3434
$tester = new FPM\Tester($cfg, $code);
35-
$tester->start();
35+
$tester->start(extensions: ['zend_test']);
3636
$tester->expectLogStartNotices();
3737
$tester->request()->expectEmptyBody();
3838
for ($i = 1; $i < 100; $i++) {

0 commit comments

Comments
 (0)