|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull Requests |
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Tue Jun 16 23:00:01 2026 UTC |
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 ...