mirror of
https://github.com/php/php-src.git
synced 2026-03-26 09:12:14 +01:00
MFH
This commit is contained in:
@@ -491,7 +491,7 @@ if (!getenv('NO_INTERACTION')) {
|
||||
break;
|
||||
}
|
||||
}
|
||||
$ldd = shell_exec("ldd $php");
|
||||
$ldd = shell_exec("ldd $php 2>/dev/null");
|
||||
}
|
||||
$failed_tests_data .= "Automake:\n$automake\n";
|
||||
$failed_tests_data .= "Autoconf:\n$autoconf\n";
|
||||
|
||||
Reference in New Issue
Block a user