]> granicus.if.org Git - php/commitdiff
Run ext/opcache/tests/*.phpt by default
authorDmitry Stogov <dmitry@zend.com>
Tue, 23 Aug 2016 08:51:08 +0000 (11:51 +0300)
committerDmitry Stogov <dmitry@zend.com>
Tue, 23 Aug 2016 08:51:08 +0000 (11:51 +0300)
run-tests.php

index 0dcf21bcbf5bdfae6b1883fae91f423e69fdcbc5..80757edd9085bf765bb9a48c25c172679ce16a29 100755 (executable)
@@ -269,7 +269,7 @@ More .INIs  : " , (function_exists(\'php_ini_scanned_files\') ? str_replace("\n"
        @unlink($info_file);
 
        // load list of enabled extensions
-       save_text($info_file, '<?php echo join(",", get_loaded_extensions()); ?>');
+       save_text($info_file, '<?php echo str_replace("Zend OPcache", "opcache", join(",", get_loaded_extensions())); ?>');
        $exts_to_test = explode(',',`$php $pass_options $info_params $no_file_cache "$info_file"`);
        // check for extensions that need special handling and regenerate
        $info_params_ex = array(