php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #794 fatal error on call snmp-function
Submitted: 1998-09-28 02:38 UTC Modified: 1999-06-12 16:14 UTC
From: pavel_k at bayard dot ru Assigned:
Status: Closed Package: Other
PHP Version: 3.0.4 OS: Windows NT 4.0 + SP3
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: pavel_k at bayard dot ru
New email:
PHP Version: OS:

 

 [1998-09-28 02:38 UTC] pavel_k at bayard dot ru
I try execute this script on IIS 3.0

<html>
<body>
Test!<p>

<?
echo "This is first line test line"."<p>\n";
$a = snmpwalk("127.0.0.1","public","");
for($i=0; $i<count($a); $i++) {
	echo $a[$i];
}
echo "This is 2 line test line"."<p>\n";

?>

Test!<p>
</body>
</html>

and get next:

Test!
This is first line test line


Fatal error: Call to unsupported or undefined function snmpwalk() in D:\InetPub\wwwroot\vdo\test.php on line 7

==========================
extention in ini-file:
...
extension=php3_snmp.dll
...



Patches

Add a Patch

Pull Requests

Add a Pull Request

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 03:01:29 2024 UTC