HI, While adding SNMPv3 support I noticed that number 5 to 8 are reserved. These are numbers used to map (for instance) from the PHP_FUNCTION(snmpget) to the internal php_snmp function.
(Example code)
PHP_FUNCTION(snmpget)
{
php_snmp(INTERNAL_FUNCTION_PARAMETERS_PASSTHRU, 1);
}
The number mentioned is this one (above 1) ^^^
Any help would be appreciated,
Harrie
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php
