1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Merge branch 'PHP-8.2' into PHP-8.3

* PHP-8.2:
  Fix test under older CI configurations
This commit is contained in:
Niels Dossche
2023-10-02 21:53:03 +02:00

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