summaryrefslogtreecommitdiff
path: root/ext/odbc
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2015-04-02 15:37:08 +0200
committerAnatol Belski <ab@php.net>2015-04-04 21:42:43 +0200
commit0ae0d0bc5380744b398296e3330ead9d5b0a4fa6 (patch)
tree45b822fee41763a338001c6651673dac72b6d31d /ext/odbc
parentd27d9158c91a8db82e4d3d69dd8f4ed2701101eb (diff)
downloadphp-git-0ae0d0bc5380744b398296e3330ead9d5b0a4fa6.tar.gz
revert skipif, this should run everywhere
Diffstat (limited to 'ext/odbc')
-rw-r--r--ext/odbc/tests/bug68087.phpt5
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/odbc/tests/bug68087.phpt b/ext/odbc/tests/bug68087.phpt
index b7bdfa8bfa..3bc18125a6 100644
--- a/ext/odbc/tests/bug68087.phpt
+++ b/ext/odbc/tests/bug68087.phpt
@@ -2,11 +2,6 @@
odbc_exec(): Getting accurate date data from query
--SKIPIF--
<?php include 'skipif.inc'; ?>
-<?php
- if ("unixODBC" != ODBC_TYPE) {
- die("skip ODBC_TYPE != unixODBC");
- }
-?>
--FILE--
<?php