ID:               20494
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Feedback
 Bug Type:         SNMP related
 Operating System: RedHat 7.3
 PHP Version:      4.2.3
 New Comment:

Please try using this CVS snapshot:

  http://snaps.php.net/php4-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-latest.zip

and the latest net-snmp library.



Previous Comments:
------------------------------------------------------------------------

[2002-11-19 08:59:15] [EMAIL PROTECTED]

ucd-snmp-4.2.6 & PHP-4.2.3 & Cisco2900xl switch

Example code:

$uptime = snmpget("x.x.x.x", "public", "system.sysUpTime.0");
$ct = snmpget("x.x.x.x", "public", "system.sysContact.0");
echo ">System UpTime : $uptime<br>System Contact :$ct";

If sysContact is not set in Cisco (null string) the sysUpTime would be
copied into $ct. Same effect if using snmpwalk. Fixed by adding into
ext/snmp/snmp.c (v1.56) at line 307:

  retry:
    /* clear buffers */
    buf[0]=(char)0;
    buf2[0]=(char)0;

------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=20494&edit=1

Reply via email to