We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using the example tree.php, $node-description is always NULL
$node-description
It seems its empty even from the ffi data, if we add a var_dump($tree->description) in this function it also prints NULL:
var_dump($tree->description)
snmp-mib-parser/src/Snmp/TreeBuilder.php
Lines 27 to 37 in 9fcd430
The text was updated successfully, but these errors were encountered:
Adding this didn't help either:
https://github.com/net-snmp/net-snmp/blob/b02bb153dcdfddf53a4a4b2c896f3afc670c611e/apps/snmptranslate.c#L271-L272
Sorry, something went wrong.
Ping @kiler129 any ideas?
No branches or pull requests
When using the example tree.php,
$node-description
is always NULLIt seems its empty even from the ffi data, if we add a
var_dump($tree->description)
in this function it also prints NULL:snmp-mib-parser/src/Snmp/TreeBuilder.php
Lines 27 to 37 in 9fcd430
The text was updated successfully, but these errors were encountered: