Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:49774 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 38236 invoked from network); 20 Sep 2010 21:17:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Sep 2010 21:17:41 -0000 Authentication-Results: pb1.pair.com header.from=mgdm@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=mgdm@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 80.68.93.37 as permitted sender) X-PHP-List-Original-Sender: mgdm@php.net X-Host-Fingerprint: 80.68.93.37 river.mgdm.net Received: from [80.68.93.37] ([80.68.93.37:33342] helo=river.mgdm.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8E/FC-07381-47FC79C4 for ; Mon, 20 Sep 2010 17:17:40 -0400 Received: from [192.168.1.65] (87-194-155-29.bethere.co.uk [87.194.155.29]) (Authenticated sender: michael) by river.mgdm.net (Postfix) with ESMTPSA id 703B0DC08C; Mon, 20 Sep 2010 22:17:37 +0100 (BST) Message-ID: <4C97CF70.6080701@php.net> Date: Mon, 20 Sep 2010 22:17:36 +0100 User-Agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9.1.9) Gecko/20100317 Lightning/1.0b1 Thunderbird/3.0.4 MIME-Version: 1.0 To: Jorrit Kronjee CC: internals@lists.php.net References: <4C97BA1B.8070601@wafel.org> In-Reply-To: <4C97BA1B.8070601@wafel.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [PATCH] Allowing an array as a parameter for snmpget()/snmpgetnext() From: mgdm@php.net (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. Anyone got objections? -- Cheers, Michael