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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Jul 02 00:01:34 2025 UTC