From d02fe90b009d3145b0b9d24510c6869c68d2b99b Mon Sep 17 00:00:00 2001 From: Stig Bakken Date: Mon, 6 Mar 2000 18:44:01 +0000 Subject: Change extension names in all extensions' zend_module_entry to their directory name. --- ext/odbc/velocis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/odbc/velocis.c') 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 }; -- cgit v1.2.1