Skip to content

Commit 87cd401

Browse files
committed
Merge branch 'PHP-8.1' into PHP-8.2
* PHP-8.1: Fix test under older CI configurations
2 parents 28a909d + b140f6e commit 87cd401

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sapi/cli/tests/bug80092.phpt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if (!file_exists($extDir . '/opcache.so')) {
1515
<?php
1616

1717
$cmd = [
18-
PHP_BINARY, '-n',
18+
PHP_BINARY,
1919
'-dextension_dir=' . ini_get('extension_dir'),
2020
'-dzend_extension=opcache.so',
2121
'-dopcache.enable=1',
@@ -29,6 +29,7 @@ echo stream_get_contents($pipes[1]);
2929

3030
?>
3131
--EXPECTF--
32+
%A
3233
preloaded
3334
PHP %s
3435
Copyright (c) The PHP Group

0 commit comments

Comments
 (0)