summaryrefslogtreecommitdiff
path: root/ext/sqlite/TODO
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2003-04-17 01:37:42 +0000
committerWez Furlong <wez@php.net>2003-04-17 01:37:42 +0000
commitcc5903adb4ddf184c5ce41f8a33371e564bd75ab (patch)
treefe569ec0740a4484b764d586659b2fc5bfe20a72 /ext/sqlite/TODO
parent25954d1d7259cced795089cf67a46c42a37eac03 (diff)
downloadphp-git-cc5903adb4ddf184c5ce41f8a33371e564bd75ab.tar.gz
Add readme and todo
Diffstat (limited to 'ext/sqlite/TODO')
-rw-r--r--ext/sqlite/TODO9
1 files changed, 9 insertions, 0 deletions
diff --git a/ext/sqlite/TODO b/ext/sqlite/TODO
new file mode 100644
index 0000000000..a299ff032f
--- /dev/null
+++ b/ext/sqlite/TODO
@@ -0,0 +1,9 @@
+- Implement safe-mode checks on the filename when opening/creating the
+ database.
+
+- Implement a generic php function handler for use in SQL statements and
+ triggers etc.
+
+- Create a package.xml and make a release
+
+vim:tw=78