]> granicus.if.org Git - php/commitdiff
-convert from dos to unix file
authorMarcus Boerger <helly@php.net>
Wed, 6 Nov 2002 11:59:14 +0000 (11:59 +0000)
committerMarcus Boerger <helly@php.net>
Wed, 6 Nov 2002 11:59:14 +0000 (11:59 +0000)
-disallow cdb_make

ext/dba/tests/skipif.inc

index 3dc7157fe0860536c377f92f011c1d9d614cf969..f4855b708b2985f48f0046ffa25fe76d46d34b40 100644 (file)
@@ -6,7 +6,10 @@
        $handler = dba_handlers(); 
        if ($handler[0]=='cdb') {
                if (count($handler)==1) {
-                       die('skip CDB currently supports only reading ');
+                       die('skip CDB currently supports only reading');
+               }
+               if ($handler[1]=='cdb_make' && count($handler)==2) {
+                       die('skip CDB currently supports only reading and creating');
                }
        }
 ?>