Fix test under older CI configurations

This commit is contained in:
Niels Dossche 2023-10-02 21:52:44 +02:00
parent bdc87b0f66
commit b140f6e9f8

View file

@ -15,7 +15,7 @@ if (!file_exists($extDir . '/opcache.so')) {
<?php
$cmd = [
PHP_BINARY, '-n',
PHP_BINARY,
'-dextension_dir=' . ini_get('extension_dir'),
'-dzend_extension=opcache.so',
'-dopcache.enable=1',
@ -29,6 +29,7 @@ echo stream_get_contents($pipes[1]);
?>
--EXPECTF--
%A
preloaded
PHP %s
Copyright (c) The PHP Group