diff options
author | Wez Furlong <wez@php.net> | 2003-06-12 23:22:33 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2003-06-12 23:22:33 +0000 |
commit | b39ff50d9b76a185f2dc12c07410c69649789f36 (patch) | |
tree | 584f0d8f78b6a5198f2111dc28157e688a49aff6 /ext/sqlite/php_sqlite.def | |
parent | 5b19e1ec92cc49031c069fcebdc570b5fa7a325b (diff) | |
download | php-git-b39ff50d9b76a185f2dc12c07410c69649789f36.tar.gz |
Add .def file to export the sqlite functions from our win32 dll
Diffstat (limited to 'ext/sqlite/php_sqlite.def')
-rw-r--r-- | ext/sqlite/php_sqlite.def | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/ext/sqlite/php_sqlite.def b/ext/sqlite/php_sqlite.def new file mode 100644 index 0000000000..e61a0cd555 --- /dev/null +++ b/ext/sqlite/php_sqlite.def @@ -0,0 +1,37 @@ +EXPORTS +sqlite_open +sqlite_close +sqlite_exec +sqlite_last_insert_rowid +sqlite_changes +sqlite_error_string +sqlite_interrupt +sqlite_complete +sqlite_busy_handler +sqlite_busy_timeout +sqlite_get_table +sqlite_free_table +sqlite_exec_printf +sqlite_exec_vprintf +sqlite_get_table_printf +sqlite_get_table_vprintf +sqlite_mprintf +sqlite_vmprintf +sqlite_freemem +sqlite_libversion +sqlite_libencoding +sqlite_create_function +sqlite_create_aggregate +sqlite_function_type +sqlite_set_result_string +sqlite_set_result_int +sqlite_set_result_double +sqlite_set_result_error +sqlite_user_data +sqlite_aggregate_context +sqlite_aggregate_count +sqlite_set_authorizer +sqlite_trace +sqlite_compile +sqlite_step +sqlite_finalize |