From: Marcus Boerger Date: Sun, 3 Nov 2002 15:11:42 +0000 (+0000) Subject: cdb interface is currently readonly X-Git-Tag: php-4.3.0RC1~321 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a54cf8b94a966abbb2354adab108dd97ca74f511;p=php cdb interface is currently readonly --- diff --git a/ext/dba/tests/dba_cdb_read.phpt b/ext/dba/tests/dba_cdb_read.phpt new file mode 100644 index 0000000000..8598d19d2e --- /dev/null +++ b/ext/dba/tests/dba_cdb_read.phpt @@ -0,0 +1,41 @@ +--TEST-- +DBA CDB handler test (read only) +--SKIPIF-- + +--FILE-- + +--EXPECT-- +database handler: cdb +?1212314 +7YYYY +=1234 \ No newline at end of file diff --git a/ext/dba/tests/test.cdb b/ext/dba/tests/test.cdb new file mode 100644 index 0000000000..21529c6280 Binary files /dev/null and b/ext/dba/tests/test.cdb differ