We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35872c0 commit 70f41d1Copy full SHA for 70f41d1
ext/snmp/php_snmp.h
@@ -26,7 +26,7 @@
26
#ifndef PHP_SNMP_H
27
#define PHP_SNMP_H
28
29
-#define PHP_SNMP_VERSION "0.1"
+#define PHP_SNMP_VERSION PHP_VERSION
30
31
#if HAVE_SNMP
32
ext/snmp/snmp.c
@@ -2360,7 +2360,6 @@ PHP_MINFO_FUNCTION(snmp)
2360
php_info_print_table_start();
2361
php_info_print_table_row(2, "NET-SNMP Support", "enabled");
2362
php_info_print_table_row(2, "NET-SNMP Version", netsnmp_get_version());
2363
- php_info_print_table_row(2, "PHP SNMP Version", PHP_SNMP_VERSION);
2364
php_info_print_table_end();
2365
}
2366
/* }}} */
0 commit comments