1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 09:12:14 +01:00
This commit is contained in:
foobar
2005-04-06 22:15:40 +00:00
parent cbf631cf84
commit ff757583ff

View File

@@ -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";