For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > December 2005 > #35696 [Opn]: The function "snmp_set_oid_numeric_print" does not exist on t









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author #35696 [Opn]: The function "snmp_set_oid_numeric_print" does not exist on t
larryjadams at comcast dot net

2005-12-15, 6:57 pm

ID: 35696
User updated by: larryjadams at comcast dot net
Reported By: larryjadams at comcast dot net
Status: Open
Bug Type: Documentation problem
Operating System: Win32
PHP Version: 5.1.1
New Comment:

At first glance, it appears that the following code should be
executed:

#ifdef HAVE_NET_SNMP
PHP_FE(snmp_set_enum_print, NULL)
PHP_FE(snmp_set_oid_numeric_print, NULL)
#endif

For some reason, the "HAVE_NET_SNMP" constant is not defined although
php_snmp is using the NET_SNMP package in Windows. Sounds like a
autoconf issue to me. More to follow...


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

[2005-12-16 00:17:32] larryjadams at comcast dot net

I will e-mail Harrie and potentially provide workaround code to him.
Any chance of implementing in the 4.x, 5.0.x branches?

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

[2005-12-15 23:58:15] tony2001@php.net

Reclassified as docu problem.

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

[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
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com