Skip to content

Commit f2b7552

Browse files
committed
DEBUG var_dump problematic ext
1 parent 753a143 commit f2b7552

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

run-tests.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -878,6 +878,7 @@ function write_information(): void
878878
foreach (scandir($ext_dir) as $file) {
879879
if (preg_match('/^(?:php_)?([_a-zA-Z0-9]+)\.(?:so|dll)$/', $file, $matches)) {
880880
$t = microtime(true);
881+
var_dump($matches[1]);
881882
if (dl($matches[1])) {
882883
$exts[] = $matches[1];
883884
$exts[] = microtime(true) - $t;

0 commit comments

Comments
 (0)