mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Fix test under older CI configurations
This commit is contained in:
parent
bdc87b0f66
commit
b140f6e9f8
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue