I\'ve enabled the SNMP module was trying to the functions in the module. I have set the MIBDIRS environment variable to where I have my mibs but I\'m still getting these \"
The php package doesn't include mibs folder, what you have to do is download the source file of net-snmp and copy the folder into your php directory
download link https://sourceforge.net/projects/net-snmp/files/net-snmp/5.7.3/
after that, unzip the zip file and copy the mibs folder to your php directory
for exmaple,copy it to C:\PHP\Extras\mibs
Thne add a new system variable called MIBDIRS. Its value should be: C:\PHP\Extras\mibs
Finally, you can run php -m
and you issue will be resoved
I attach a screenshot for your reference.