Re: [PHP-DEV] snmpget/snmpgetnext improvement

2009-01-16 Thread Leon KUKOVEC
Hello, >> I have modified snmpget and snmpgetnext to accept >> mixed type object_id. It can be a string, specifying a single object_id, or >> an >> array of strings specifying multiple object_ids. >> >> The patch is against PHP 5.2.5. Please comment. > > The patch is missing, please use a .txt ex

Re: [PHP-DEV] snmpget/snmpgetnext improvement

2009-01-16 Thread Pierre Joye
hi! On Fri, Jan 16, 2009 at 11:23 AM, Leon KUKOVEC wrote: > Hi all, > > I'm new to the list. Welcome :) > I have modified snmpget and snmpgetnext to accept > mixed type object_id. It can be a string, specifying a single object_id, or an > array of strings specifying multiple object_ids. > > The