diff options
Diffstat (limited to 'ext/odbc/velocis.c')
-rw-r--r-- | ext/odbc/velocis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/odbc/velocis.c b/ext/odbc/velocis.c index 5bc7a1b528..faf53bc624 100644 --- a/ext/odbc/velocis.c +++ b/ext/odbc/velocis.c @@ -60,7 +60,7 @@ function_entry velocis_functions[] = { }; zend_module_entry velocis_module_entry = { - "Velocis", velocis_functions, PHP_MINIT(velocis), PHP_MSHUTDOWN(velocis), + "velocis", velocis_functions, PHP_MINIT(velocis), PHP_MSHUTDOWN(velocis), PHP_RINIT(velocis), NULL, PHP_MINFO(velocis), STANDARD_MODULE_PROPERTIES }; |