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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Sun May 19 14:01:32 2024 UTC