diff options
Diffstat (limited to 'ext/odbc/tests/bug60616.phpt')
-rw-r--r-- | ext/odbc/tests/bug60616.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/odbc/tests/bug60616.phpt b/ext/odbc/tests/bug60616.phpt index 95c72049e3..16536881af 100644 --- a/ext/odbc/tests/bug60616.phpt +++ b/ext/odbc/tests/bug60616.phpt @@ -2,7 +2,7 @@ odbc_exec(): Getting accurate unicode data from query --SKIPIF-- <?php include 'skipif.inc'; ?> -<?php +<?php if ("unixODBC" != ODBC_TYPE) { die("skip ODBC_TYPE != unixODBC"); } |