php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #53342 missing documention (fix provided in description)
Submitted: 2010-11-18 11:16 UTC Modified: 2011-08-21 09:41 UTC
From: heinzie_online at hotmail dot com Assigned: lytboris (profile)
Status: Closed Package: SNMP related
PHP Version: 5.3.3 OS: window2003server
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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: heinzie_online at hotmail dot com
New email:
PHP Version: OS:

 

 [2010-11-18 11:16 UTC] heinzie_online at hotmail dot com
Description:
------------
---
From manual page: http://www.php.net/snmp.requirements
---

add documentation for installation of SNMP support for PHP on Windows server2003 with IIS.

Test script:
---------------
<html>
<h1>SNMP GET <?php echo @$_REQUEST['addr']." object identifier ".$_REQUEST['oid'];  ?></h1>
<body>
<?php
    if(isset($_REQUEST['addr'])){
        
        $res = snmp2_get($_REQUEST['addr'],'public',$_REQUEST['oid']);
         var_dump($res);         
    }else{
?>
    <form action="snmp.php" method="get">
        <input type="text" name="addr" value="ip address" />
        <input type="text" name="oid"  value="oid" />
        <input type="submit" value="Ok"/>
        
    </form>
<?php
    }
echo "</body>";
echo "</html>";
?>


Expected result:
----------------
i expected some documentation on the SNMP installation.
Struggeled some days to get it ready and documented my findings.

(the documentation i provided in the 'patch' file)

it is tested succesfully by myself

Hope i can contribute to the documentation this way.



Actual result:
--------------
none

Patches

snmpinstallation.txt (last revision 2010-11-18 10:18 UTC by heinzie_online at hotmail dot com)

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-11-18 11:32 UTC] heinzie_online at hotmail dot com
in the attachment i saw that i was talking about 'the visual c++ 8'. I meant only the 'visual studio c++ 8 DISTRIBUTABLES'. Important is to keep the right version, use the version provided by the open-sll site.
 [2011-08-21 08:08 UTC] lytboris@php.net
-Package: Documentation problem +Package: SNMP related
 [2011-08-21 09:38 UTC] lytboris@php.net
Automatic comment from SVN on behalf of lytboris
Revision: http://svn.php.net/viewvc/?view=revision&amp;revision=315253
Log: fixing documentation per bug #53342
 [2011-08-21 09:41 UTC] lytboris@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: lytboris
 [2011-08-21 09:41 UTC] lytboris@php.net
I have updated documentation about installation process of SNMP extension. Mind that most of your installation script is a subject for general PHP extension installation and should go to other parts of manual.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 10:01:28 2024 UTC