summaryrefslogtreecommitdiff
path: root/ext/sqlite/package.xml
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2003-04-20 13:31:36 +0000
committerWez Furlong <wez@php.net>2003-04-20 13:31:36 +0000
commitd40a615a8e2d09b66369fabb36f75022904172be (patch)
treeb602f9f927e80fb924bf736210c19145b173606b /ext/sqlite/package.xml
parentb0d26a11ac6ffe0222206a5635c64704ed8770f2 (diff)
downloadphp-git-d40a615a8e2d09b66369fabb36f75022904172be.tar.gz
Implement sqlite_create_function(), which allows binding of php functions by
name; this is a higher performance alternative to the generic php() SQL function. (saves parsing the additional function call in the SQL and a call to zend_is_callable on each function invocation). Add test for sqlite_create_function(). Fixup proto for sqlite_create_aggregate(). Tweak package file and speling in header file.
Diffstat (limited to 'ext/sqlite/package.xml')
-rw-r--r--ext/sqlite/package.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/ext/sqlite/package.xml b/ext/sqlite/package.xml
index e659eedd98..073c7ceaa6 100644
--- a/ext/sqlite/package.xml
+++ b/ext/sqlite/package.xml
@@ -50,7 +50,11 @@
<file role="doc" name="README"/>
<file role="doc" name="TODO"/>
<file role="doc" name="sqlite.php"/>
- <file role="test" name="tests/001.phpt"/>
+ <file role="test" name="tests/sqlite_001.phpt"/>
+ <file role="test" name="tests/sqlite_002.phpt"/>
+ <file role="test" name="tests/sqlite_003.phpt"/>
+ <file role="test" name="tests/sqlite_004.phpt"/>
+ <file role="test" name="tests/blankdb.inc"/>
<dir name="libsqlite">
<file role="doc" name="README"/>