Skip to content

Commit c1e0c66

Browse files
committed
Merge branch 'PHP-7.1'
* PHP-7.1: Run ext/opcache/tests/*.phpt by default
2 parents 93b8592 + 0cc8ff2 commit c1e0c66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run-tests.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ function write_information($show_html)
269269
@unlink($info_file);
270270

271271
// load list of enabled extensions
272-
save_text($info_file, '<?php echo join(",", get_loaded_extensions()); ?>');
272+
save_text($info_file, '<?php echo str_replace("Zend OPcache", "opcache", join(",", get_loaded_extensions())); ?>');
273273
$exts_to_test = explode(',',`$php $pass_options $info_params $no_file_cache "$info_file"`);
274274
// check for extensions that need special handling and regenerate
275275
$info_params_ex = array(

0 commit comments

Comments
 (0)