From d40a615a8e2d09b66369fabb36f75022904172be Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Sun, 20 Apr 2003 13:31:36 +0000 Subject: 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. --- ext/sqlite/package.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'ext/sqlite/package.xml') 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 @@ - + + + + + -- cgit v1.2.1