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/mssql/php_mssql.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/mssql/php_mssql.c') diff --git a/ext/mssql/php_mssql.c b/ext/mssql/php_mssql.c index a0fea89765..eefe1133c8 100644 --- a/ext/mssql/php_mssql.c +++ b/ext/mssql/php_mssql.c @@ -63,7 +63,7 @@ function_entry mssql_functions[] = { }; zend_module_entry mssql_module_entry = { - "Microsoft SQL Server", + "mssql", mssql_functions, PHP_MINIT(mssql), PHP_MSHUTDOWN(mssql), -- cgit v1.2.1