PHP 8.5.0 Alpha 4 available for testing

Voting

: max(eight, five)?
(Example: nine)

The Note You're Voting On

anders at ei dot nu
22 years ago
It would be nice to be able to specify what snmp version to use ( 1,2c,3 )

For now, I'ts hardcoded in ext/snmp/snmp.c

change session.version from 1 to 2c or 3 if you need for now..

i.e

session.version = SNMP_VERSION_1;

to:
session.version = SNMP_VERSION_2c;

<< Back to user notes page

To Top