Closed isaqueprofeta closed 6 years ago
Please review my answers and check the new commit I pushed.
FYI: I managed to get image to work with php7.2 (all libraries tested as I told before) but got heavy load of Warnings about code, here's the Dockerfile if you wanna test: gist
About PHP 7.2, yes I observed the same. It didn't look very satisfying, so I postponed it. Feel free to open a new PR about that if you have the opportunity to work on it. Thanks!
BTW, didn't notice that before merging, but for next time, you should have squashed your last 2 commit together.
Sorry about forgeted squash, thanks for the head's up.
Now everything is fine on my eyes:
To test the SNMP support I used the network emulator GNS3 and added a device on phpipam, and then scanned the device for data with success (got some errors on VRF and VTP scans, but it's not library related, because of the emulation restrictions).
Please, feel free to make your own tests, any questions just ask.
Thanks for the image by the way, it was helping me a lot!