summaryrefslogtreecommitdiff
path: root/ext/snmp
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2005-02-12 18:27:22 +0000
committerfoobar <sniper@php.net>2005-02-12 18:27:22 +0000
commit751712628a5ee69c32b782e1f1d8b2422fde5b91 (patch)
tree05de1051ff2955e3dc2f8b6ddd6c44ae56272127 /ext/snmp
parent30deea4d30e4aeac58ed2a49c587e18d2836a572 (diff)
downloadphp-git-751712628a5ee69c32b782e1f1d8b2422fde5b91.tar.gz
This was not good idea.
Diffstat (limited to 'ext/snmp')
-rw-r--r--ext/snmp/snmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/snmp/snmp.c b/ext/snmp/snmp.c
index e8e0b01fd8..de2cec93b5 100644
--- a/ext/snmp/snmp.c
+++ b/ext/snmp/snmp.c
@@ -174,7 +174,7 @@ static void php_snmp_init_globals(zend_snmp_globals *snmp_globals)
*/
PHP_MINIT_FUNCTION(snmp)
{
- init_snmp("php");
+ init_snmp("snmpapp");
ZEND_INIT_MODULE_GLOBALS(snmp, php_snmp_init_globals, NULL);