abies Sat Apr 3 10:29:10 2004 EDT
Modified files:
/php-src/ext/interbase/tests 008.phpt
Log:
Skip on Windows
http://cvs.php.net/diff.php/php-src/ext/interbase/tests/008.phpt?r1=1.1&r2=1.2&ty=u
Index: php-src/ext/interbase/tests/008.phpt
diff -u php-src/ext/interbase/tests/008.phpt:1.1
php-src/ext/interbase/tests/008.phpt:1.2
--- php-src/ext/interbase/tests/008.phpt:1.1 Tue Feb 17 07:24:42 2004
+++ php-src/ext/interbase/tests/008.phpt Sat Apr 3 10:29:10 2004
@@ -1,11 +1,14 @@
--TEST--
InterBase: event handling
--SKIPIF--
-<?php include("skipif.inc"); ?>
+<?php
+if (PHP_OS == "WINNT") echo "skip";
+include("skipif.inc");
+?>
--POST--
--GET--
--FILE--
-<?php /* $Id: 008.phpt,v 1.1 2004/02/17 12:24:42 abies Exp $ */
+<?php /* $Id: 008.phpt,v 1.2 2004/04/03 15:29:10 abies Exp $ */
require("interbase.inc");
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php