|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
  [2010-12-22 19:49 UTC] lytboris at gmail dot com
 Description: ------------ The main new feature is multi OID get/getnext/set commands. Another one - strong and simple return value logic: if command fails, return nothing but FALSE. No empty strings, no SNMP error messages as values, etc. Just FALSE. Another effort was to cover source code with unit tests. Results: 100% functions (-zm_info_snmp, but it is not actually snmp function), 94% source code lines. Patchespatch-ext-snmp-tests (last revision 2011-01-05 18:00 UTC by lytboris at gmail dot com)patch-ext-snmp-src (last revision 2011-01-05 17:59 UTC by lytboris at gmail dot com) patch-ext-snmp-trunk (last revision 2010-12-23 06:18 UTC by lytboris at gmail dot com) php-ext-snmp-source (last revision 2010-12-22 18:52 UTC by lytboris at gmail dot com) Pull RequestsHistoryAllCommentsChangesGit/SVN commits             | |||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 01:00:01 2025 UTC | 
Reuploaded patches (to be allied against trunk) + session-like workflow: $session = snmp_session_open(...); $result = snmpget($oid); ... snmp_session_close($session); + support for SNMPv3 contextName & contextEngineID properties in new syntax style + tests for new features snmp(real)?{get,walk,set} functions are now polymorphic - they accepts both old (SNMPv1) arguments and new session-like. All version protocols are handled by the since protocol version is now set using snmp_session_open.