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/snmp/snmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/snmp') diff --git a/ext/snmp/snmp.c b/ext/snmp/snmp.c index 799a7208ca..1a075c70a2 100644 --- a/ext/snmp/snmp.c +++ b/ext/snmp/snmp.c @@ -85,7 +85,7 @@ function_entry snmp_functions[] = { }; zend_module_entry snmp_module_entry = { - "SNMP",snmp_functions,PHP_MINIT(snmp),NULL,NULL,NULL,PHP_MINFO(snmp),STANDARD_MODULE_PROPERTIES + "snmp",snmp_functions,PHP_MINIT(snmp),NULL,NULL,NULL,PHP_MINFO(snmp),STANDARD_MODULE_PROPERTIES }; #if COMPILE_DL -- cgit v1.2.1