php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #35696 The function "snmp_set_oid_numeric_print" does not exist on the Win32 platform
Submitted: 2005-12-15 23:56 UTC Modified: 2006-01-04 03:18 UTC
From: larryjadams at comcast dot net Assigned:
Status: Not a bug Package: Feature/Change Request
PHP Version: 5.0.4 OS: Win32
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: larryjadams at comcast dot net
New email:
PHP Version: OS:

 

 [2005-12-15 23:56 UTC] 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.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-12-16 00:32 UTC] 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-18 02:48 UTC] 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-18 11:33 UTC] tony2001@php.net
This is documentation issue.
 [2005-12-27 22:29 UTC] 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.
 [2006-01-04 02:42 UTC] sniper@php.net
No need for duplicate reports about same issue. (the other one with the patches is enough)
 [2006-01-04 03:18 UTC] larryjadams at comcast dot net
Thanks Sniper!  Was my first patch BTB...  Requested SVN for Documentation.  Harrie and I are contemplating PECL sometime moving forward.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue Jul 15 02:01:33 2025 UTC