]> granicus.if.org Git - php/commit
Adding SNMPv3 support.
authorHarrie Hazewinkel <harrie@php.net>
Mon, 11 Nov 2002 21:09:19 +0000 (21:09 +0000)
committerHarrie Hazewinkel <harrie@php.net>
Mon, 11 Nov 2002 21:09:19 +0000 (21:09 +0000)
commit957f651708f42a2583560f60d8686d5f6ebfb90c
tree6c96fd70912c9b2b6e1c975cb8451905b034ad00
parent759e4b10e81630f1e71031b2cb835c781e98ab9e
Adding SNMPv3 support.
This splits the old php_snmp function into an argument parsing part and
a data retrieval part. The data retrieval part is reused for SNMPv3.
SNMPv3 has only a different argument parsing.

THe code is not extremely beautiful, but having NET-SNMP and
UCD-SNMP support creates this. :-(
Documentation must still be done.
ext/snmp/CREDITS
ext/snmp/php_snmp.h
ext/snmp/snmp.c