Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:42654 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 332 invoked from network); 16 Jan 2009 10:23:54 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Jan 2009 10:23:54 -0000 Authentication-Results: pb1.pair.com header.from=leon.kukovec@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=leon.kukovec@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.218.21 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: leon.kukovec@gmail.com X-Host-Fingerprint: 209.85.218.21 mail-bw0-f21.google.com Received: from [209.85.218.21] ([209.85.218.21:48413] helo=mail-bw0-f21.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EF/6C-27029-93060794 for ; Fri, 16 Jan 2009 05:23:54 -0500 Received: by bwz14 with SMTP id 14so4242587bwz.23 for ; Fri, 16 Jan 2009 02:23:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=CPXLhUU0IUYCziOI/7DQ3ThOtbiuAWuk/WgcPyabrog=; b=gUcQExTn8b8K/Jx14dw9hyV24TPSQouxY6yLl1/AqlNLfni6tVRubsgt0V33v+84eM I/iZiRJE2BkXdRb8Mo9EYcIj+6wQkseNzZtH5i1BHppBBE5O307fDu3wo4jJNbLyWo/+ Wu2Ih1PjsJodi6BGYqS+gWOAHKWJz8+cQCj/I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=RgbdNaIZ2+5wtHMfA4dWhqxC5MOLgPiMf4h6dnb6UbkwJfgTbOm4789i7LIWMeBOD1 zzLe1/BuMaRtJdOEhk5mIG/zfI9Tpz52t1OWn6XzhFDqoQeUPgXWRqMB5wNCuuYub94Q djvIWYv15Cl5zVF6jz7YYVnI2CrUaQM9guRtQ= Received: by 10.181.239.8 with SMTP id q8mr792116bkr.109.1232101430110; Fri, 16 Jan 2009 02:23:50 -0800 (PST) Received: by 10.181.141.19 with HTTP; Fri, 16 Jan 2009 02:23:50 -0800 (PST) Message-ID: <6d093fa10901160223y5b4fc38j472927289df6148e@mail.gmail.com> Date: Fri, 16 Jan 2009 11:23:50 +0100 To: "PHP Internals" MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_23269_18539526.1232101430086" Subject: snmpget/snmpgetnext improvement From: leon.kukovec@gmail.com ("Leon KUKOVEC") ------=_Part_23269_18539526.1232101430086 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi all, I'm new to the list. 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. Thanks. -- Best Regards, Leon ------=_Part_23269_18539526.1232101430086--