php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #3572 snmpwalk returns string up to but not including requested data
Submitted: 2000-02-22 14:18 UTC Modified: 2005-03-31 16:13 UTC
From: ken at ivey dot ca Assigned:
Status: Wont fix Package: Other
PHP Version: 3.0.14 OS: WinNT
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2000-02-22 14:18 UTC] ken at ivey dot ca
<html>
    <head>
        <title>Example</title>
    </head>
    <body>
<?php
snmpwalk("129.100.xx.xx", "community", ".1.3.6.1.4.1.1569.1000.4.1.1.11");
?>
    </body>
</html>

This returns the corresponding strings without the values:

Variable = .iso.org.dod.internet.private.enterprises.1569.1000.4.1.1.11.17 Value = 

php3_snmp.dll is configured.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-03-31 16:13 UTC] php-bugs at lists dot php dot net
We are sorry, but we do not support PHP 3 related problems anymore.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 22:01:28 2024 UTC