ID: 35696 Updated by: [EMAIL PROTECTED] Reported By: larryjadams at comcast dot net -Status: Open +Status: Bogus Bug Type: Feature/Change Request Operating System: Win32 PHP Version: 5.0.4 New Comment:
No need for duplicate reports about same issue. (the other one with the patches is enough) Previous Comments: ------------------------------------------------------------------------ [2005-12-27 22:29:04] larryjadams at comcast dot net I have managed to build and test a php_snmp.dll file based upon Net-SNMP 5.2.1.2 for Windows 5.0.4. I am currently working on adapting a new Config.w32 file and possible edits to snmp.c that I will submit to the author of php_snmp for possible publication. I would like to keep this bug open for the moment. ------------------------------------------------------------------------ [2005-12-18 11:33:14] [EMAIL PROTECTED] This is documentation issue. ------------------------------------------------------------------------ [2005-12-18 02:48:24] larryjadams at comcast dot net This appears to be a Windows build issue. Received an e-mail from author. Unfortunately, he does not provide the "Win32" build. His desire is that it use the net-snmp API and not the ucd-snmp api which is causing this issue in windows. ------------------------------------------------------------------------ [2005-12-16 00:32:50] larryjadams at comcast dot net It does appear that for some reason, php_snmp is compiled using ucd_snmp based upon the php_info function and parsing the code. ------------------------------------------------------------------------ [2005-12-15 23:56:46] larryjadams at comcast dot net Description: ------------ The following function does not exist in the windows environment and it is very important to our tool. snmp_set_oid_numeric_print Reproduce code: --------------- if function_exists("snmp_set_oid_numeric_print") { print "I'm There\n"; }else{ print "Sadly, I'm Not\n"; } Expected result: ---------------- We would like the function to be supported. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=35696&edit=1