We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f7119b commit eccd5a9Copy full SHA for eccd5a9
tests/connection.inc
@@ -15,7 +15,7 @@ $username = $user;
15
// IBM i (PASE)
16
$myos = PHP_OS;
17
if (strpos('x'.$myos,'AIX') > 0) {
18
- $myos = `uname`;
+ $myos = shell_exec("uname");
19
}
20
if (strpos($myos,'400') > 0) {
21
if (strpos($_SERVER["PHP_SELF"],"V6") === false) {
0 commit comments