helly           Sat Nov 16 14:43:53 2002 EDT

  Modified files:              
    /php4/ext/dbx/tests skipif.inc 
  Log:
  Show module used in test
  
  
Index: php4/ext/dbx/tests/skipif.inc
diff -u php4/ext/dbx/tests/skipif.inc:1.1 php4/ext/dbx/tests/skipif.inc:1.2
--- php4/ext/dbx/tests/skipif.inc:1.1   Thu Oct 24 15:34:18 2002
+++ php4/ext/dbx/tests/skipif.inc       Sat Nov 16 14:43:53 2002
@@ -2,4 +2,5 @@
     if (!extension_loaded("dbx")) die("skip"); 
     include_once("dbx_test.p");
     if ($connection===NULL) die("skip connection not specified");
+    die("info using $module_name");
 ?>



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to