helly Fri Nov 1 09:20:31 2002 EDT Modified files: /php4/ext/dba/tests .cvsignore test.inc Log: test.dbm* -> test0.dbm* Index: php4/ext/dba/tests/.cvsignore diff -u php4/ext/dba/tests/.cvsignore:1.2 php4/ext/dba/tests/.cvsignore:1.3 --- php4/ext/dba/tests/.cvsignore:1.2 Fri Oct 25 06:06:35 2002 +++ php4/ext/dba/tests/.cvsignore Fri Nov 1 09:20:31 2002 @@ -5,4 +5,6 @@ *.out *.php *.dbm -*.dbm.lck +test0.* +test1.* +test2.* Index: php4/ext/dba/tests/test.inc diff -u php4/ext/dba/tests/test.inc:1.1 php4/ext/dba/tests/test.inc:1.2 --- php4/ext/dba/tests/test.inc:1.1 Fri Oct 25 05:42:29 2002 +++ php4/ext/dba/tests/test.inc Fri Nov 1 09:20:31 2002 @@ -1,5 +1,5 @@ <?php - $db_file = dirname(__FILE__).'/test.dbm'; + $db_file = dirname(__FILE__).'/test0.dbm'; $handler = dba_handlers(); $handler = $handler[0]; ?>
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php