Re: [PHP-DEV] [PATCH] Allowing an array as a parameter for snmpget()/snmpgetnext()

2010-09-20 Thread Jorrit Kronjee
On 09/21/2010 01:36 AM, Chris Stockton wrote: > Hello, > > On Mon, Sep 20, 2010 at 2:17 PM, Michael Maclean wrote: >> On 20/09/10 20:46, Jorrit Kronjee wrote: >>> Dear list, >>> >>> To better reflect the behavior of the snmpget command that comes with >>> the Net-SNMP package the patch attached

Re: [PHP-DEV] [PATCH] Allowing an array as a parameter for snmpget()/snmpgetnext()

2010-09-20 Thread Chris Stockton
Hello, On Mon, Sep 20, 2010 at 2:17 PM, Michael Maclean wrote: > On 20/09/10 20:46, Jorrit Kronjee wrote: >> >>  Dear list, >> >> To better reflect the behavior of the snmpget command that comes with >> the Net-SNMP package the patch attached makes an array of OIDs as a >> parameter for the snmpg

Re: [PHP-DEV] [PATCH] Allowing an array as a parameter for snmpget()/snmpgetnext()

2010-09-20 Thread Michael Maclean
On 20/09/10 20:46, Jorrit Kronjee wrote: Dear list, To better reflect the behavior of the snmpget command that comes with the Net-SNMP package the patch attached makes an array of OIDs as a parameter for the snmpget()/snmpgetnext() function possible. Looks good to me, for what it's worth.

[PHP-DEV] [PATCH] Allowing an array as a parameter for snmpget()/snmpgetnext()

2010-09-20 Thread Jorrit Kronjee
Dear list, To better reflect the behavior of the snmpget command that comes with the Net-SNMP package the patch attached makes an array of OIDs as a parameter for the snmpget()/snmpgetnext() function possible. This allows more efficient querying over SNMP as the Net-SNMP API will bundle the OIDs

Re: 答复: [PHP-DEV] About syntax of config.w32 and config.m4

2010-09-20 Thread Pierre Joye
hi! 2010/9/20 范一�[ : > Thanks, I have read a lot of examples about config.win32, and at last I found > enough information to understand its syntax and wrote my own config.win32. > > It seems that there is no special person to maintain the documentation. And > recently I am learning to develop PD

答复: [PHP-DEV] About syntax of config.w 32 and config.m4

2010-09-20 Thread 范一� [
Thanks, I have read a lot of examples about config.win32, and at last I found enough information to understand its syntax and wrote my own config.win32. It seems that there is no special person to maintain the documentation. And recently I am learning to develop PDO driver, and I find that some

Re: [PHP-DEV] About syntax of config.w32 and config.m4

2010-09-20 Thread Pierre Joye
hi, 2010/9/20 范一�[ : > Hi guys, I have encountered a problem when I writing config.w32 and config.m4 > about my extension. > > The online doc on PHP.net only gives some examples, but where can I find a > complete syntax reference about them? There is no updated documentation, however the PECL r