diff options
| author | Johannes Schlüter <johannes@php.net> | 2010-11-19 09:55:48 +0000 |
|---|---|---|
| committer | Johannes Schlüter <johannes@php.net> | 2010-11-19 09:55:48 +0000 |
| commit | 6c76f3606cddeb010cf1fc5ea28b47456ea9639e (patch) | |
| tree | 73c1b306cd449f571f2b28793cfac1de673b7fad /ext/sqlite/tests/blankdb_oo.inc | |
| parent | 4cc45507da8164847708c26bfdf0840419a166fc (diff) | |
| download | php-git-6c76f3606cddeb010cf1fc5ea28b47456ea9639e.tar.gz | |
- Move the old sqlite extension to PECL
# discussed in http://www.mail-archive.com/internals@lists.php.net/msg47463.html
Diffstat (limited to 'ext/sqlite/tests/blankdb_oo.inc')
| -rwxr-xr-x | ext/sqlite/tests/blankdb_oo.inc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/sqlite/tests/blankdb_oo.inc b/ext/sqlite/tests/blankdb_oo.inc deleted file mode 100755 index 1139d17c8b..0000000000 --- a/ext/sqlite/tests/blankdb_oo.inc +++ /dev/null @@ -1,3 +0,0 @@ -<?php #vim:ft=php -$db = new SQLiteDatabase(":memory:"); -?> |
