mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +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
|
<?php
|
||||||
|
|
||||||
$cmd = [
|
$cmd = [
|
||||||
PHP_BINARY, '-n',
|
PHP_BINARY,
|
||||||
'-dextension_dir=' . ini_get('extension_dir'),
|
'-dextension_dir=' . ini_get('extension_dir'),
|
||||||
'-dzend_extension=opcache.so',
|
'-dzend_extension=opcache.so',
|
||||||
'-dopcache.enable=1',
|
'-dopcache.enable=1',
|
||||||
|
@ -29,6 +29,7 @@ echo stream_get_contents($pipes[1]);
|
||||||
|
|
||||||
?>
|
?>
|
||||||
--EXPECTF--
|
--EXPECTF--
|
||||||
|
%A
|
||||||
preloaded
|
preloaded
|
||||||
PHP %s
|
PHP %s
|
||||||
Copyright (c) The PHP Group
|
Copyright (c) The PHP Group
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue