ID: 35696
Updated by: [EMAIL PROTECTED]
Reported By: larryjadams at comcast dot net
Status: Open
-Bug Type: SNMP related
+Bug Type: Documentation problem
Operating System: Win32
PHP Version: 5.1.1
New Comment:
Reclassified as docu problem.
Previous Comments:
------------------------------------------------------------------------
[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