Skip to content

Commit a3e1a12

Browse files
committed
Run test
1 parent fda6bb1 commit a3e1a12

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

run-tests.php

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -857,7 +857,13 @@ function write_information(): void
857857
$php_cgi_info = '';
858858
}
859859

860-
$phpdbg_info = '';
860+
if ($phpdbg) {
861+
$phpdbg_info = shell_exec("$phpdbg $pass_options $info_params $no_file_cache -qrr \"$info_file\"");
862+
$php_info_sep = "\n---------------------------------------------------------------------";
863+
$phpdbg_info = "$php_info_sep\nPHP : $phpdbg $phpdbg_info$php_info_sep";
864+
} else {
865+
$phpdbg_info = '';
866+
}
861867

862868
if (function_exists('opcache_invalidate')) {
863869
opcache_invalidate($info_file, true);

0 commit comments

Comments
 (0)