diff options
-rwxr-xr-x | ext/interbase/tests/008.phpt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ext/interbase/tests/008.phpt b/ext/interbase/tests/008.phpt index 11072369e8..d6a5f9fc9e 100755 --- a/ext/interbase/tests/008.phpt +++ b/ext/interbase/tests/008.phpt @@ -1,7 +1,10 @@ --TEST-- InterBase: event handling --SKIPIF-- -<?php include("skipif.inc"); ?> +<?php +if (PHP_OS == "WINNT") echo "skip"; +include("skipif.inc"); +?> --POST-- --GET-- --FILE-- |