Skip to content

Commit b007e6d

Browse files
committed
PASE binaries are AIX binaries at compile
1 parent 5ddd6c9 commit b007e6d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/connection.inc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ $username = $user;
1414

1515
// IBM i (PASE)
1616
$myos = PHP_OS;
17+
if (strpos('x'.$myos,'AIX') > 0) {
18+
$myos = `uname`;
19+
}
1720
if (strpos($myos,'400') > 0) {
1821
if (strpos($_SERVER["PHP_SELF"],"V6") === false) {
1922
require_once('skipif.PASE');

0 commit comments

Comments
 (0)