ID: 27661 Updated by: [EMAIL PROTECTED] Reported By: karel_1980 at hotmail dot com -Status: Open +Status: Assigned Bug Type: SNMP related Operating System: Win XP SP1 PHP Version: 4.3.5RC4 -Assigned To: +Assigned To: iliaa
Previous Comments: ------------------------------------------------------------------------ [2004-03-23 15:06:45] karel_1980 at hotmail dot com Description: ------------ using snmpget(...) multiple times to monitor a snmp device will cause an error: Warning: snmpget(): Could not open snmp connection: Invalid local port in D:\Server\WWW\php\snmp\background2.php on line 20 This happens on php version 4.3.4 and 4.3.5RC2 This is propably because the snmpget doensnt close the socket after using and does not reuse it. Reproduce code: --------------- while(TRUE){ snmpget("192.168.1.1", "public", ".1.3.6.1.2.1.2.2.1.16.2"), " "); } Expected result: ---------------- simply run endlessly. Actual result: -------------- Wil give an error after using all sockets. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=27661&edit=1