php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #875 unable to load SNMP module
Submitted: 1998-10-26 04:53 UTC Modified: 1998-12-07 09:52 UTC
From: nemeth_zoltan at ba dot novitech dot sk Assigned:
Status: Closed Package: Dynamic loading
PHP Version: 3.0.5 OS: Win NT 4.0
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: nemeth_zoltan at ba dot novitech dot sk
New email:
PHP Version: OS:

 

 [1998-10-26 04:53 UTC] nemeth_zoltan at ba dot novitech dot sk
if I write some stupi script like:

------------------------
<?
  dl ( "php3_dbase.dll" );
  dl ( "php3_snmp.dll" );

  echo "<html><head><title>SNMP test</title></head><body>";
  $a = snmpwalk ( "XXX.xxx.XXX.xxx", "some", "" );
  for ( $i=0; $i<count($a); $i++ )
    echo "$a[i]<br>";
  echo "</body></html>";
?>
------------------------

the script says:

   Fatal error: Unable to load dynamic library 'c:/php3/php3_snmp.dll'
   The specified module could not be found. in C:\InetPub\wwwroot\og.php on line 3

Of course, the file is on it's right place...

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-12-07 09:52 UTC] shane
Unfortunatly requires some additional software from M$ to even load.  This module is untested so far as I know, so
am closing.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 11:01:28 2024 UTC