From 9e858102a8acbdb78c568d58a5206498d25c9163 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Sat, 21 Jun 2003 12:29:32 +0000 Subject: Add a pair of functions to handle the binary coding used by PHP from within UDF callbacks. Add test for binary functions. Fix proto. --- ext/sqlite/php_sqlite.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext/sqlite/php_sqlite.h') diff --git a/ext/sqlite/php_sqlite.h b/ext/sqlite/php_sqlite.h index 37538ba30f..3f937e4656 100644 --- a/ext/sqlite/php_sqlite.h +++ b/ext/sqlite/php_sqlite.h @@ -78,6 +78,8 @@ PHP_FUNCTION(sqlite_error_string); PHP_FUNCTION(sqlite_create_aggregate); PHP_FUNCTION(sqlite_create_function); +PHP_FUNCTION(sqlite_udf_decode_binary); +PHP_FUNCTION(sqlite_udf_encode_binary); ZEND_BEGIN_MODULE_GLOBALS(sqlite) long assoc_case; -- cgit v1.2.1