diff options
Diffstat (limited to 'ext/odbc/tests/odbc_exec_001.phpt')
| -rw-r--r-- | ext/odbc/tests/odbc_exec_001.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/odbc/tests/odbc_exec_001.phpt b/ext/odbc/tests/odbc_exec_001.phpt index cfb13876a2..dd1fa26a67 100644 --- a/ext/odbc/tests/odbc_exec_001.phpt +++ b/ext/odbc/tests/odbc_exec_001.phpt @@ -2,7 +2,7 @@ odbc_exec(): Basic test --SKIPIF-- <?php include 'skipif.inc'; ?> -<?php +<?php if ("unixODBC" != ODBC_TYPE) { die("skip ODBC_TYPE != unixODBC"); } |
