The plot thickens; with "16bitIDs yes" set, the following PHP script
will crash before finishing (assuming that the snmpget actually
works):
<?
$maxI = 100000;
for( $i = 0; $i < $maxI; $i++ ) {
        echo "$i :: ";
        snmpget( '127.0.0.1', 'public', 'sysDescr.0' );
}
?>

Removing "16bitIDs yes" allows this script to finish without trouble.

------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to