mirror of
https://github.com/php/php-src.git
synced 2024-12-03 23:05:57 +08:00
- Not every OS has ldd..
This commit is contained in:
parent
1b3b55a858
commit
7adac251e3
@ -524,7 +524,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";
|
||||
|
Loading…
Reference in New Issue
Block a user