Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:2083 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 39897 invoked from network); 29 May 2003 18:27:18 -0000 Received: from unknown (HELO mail.bingo-ev.de) (62.245.214.130) by pb1.pair.com with SMTP; 29 May 2003 18:27:18 -0000 Received: from mailgw.kzvi.de (fw.kzvi.de [62.245.214.203]) by mail.bingo-ev.de (8.12.8/8.12.7) with SMTP id h4TIRHw4014407 for ; Thu, 29 May 2003 20:27:17 +0200 (MET DST) Received: (qmail 13121 invoked from network); 29 May 2003 18:26:58 -0000 Received: from unknown (HELO MAIL01.kzvi.de) (unknown) by unknown with SMTP; 29 May 2003 18:26:58 -0000 Received: from dh3mb.ampr.org ([192.168.222.1]) by MAIL01.kzvi.de with Microsoft SMTPSVC(5.0.2195.5329); Thu, 29 May 2003 20:26:52 +0200 Content-Type: text/plain; charset="us-ascii" To: internals@lists.php.net Date: Thu, 29 May 2003 20:31:23 +0200 User-Agent: KMail/1.4.3 Cc: harrie@php.net MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-ID: <200305292031.23455.jhml@gmx.net> X-OriginalArrivalTime: 29 May 2003 18:26:52.0474 (UTC) FILETIME=[E03991A0:01C3260F] X-Spam-Status: No, hits=-8.6 required=5.0 tests=NO_REAL_NAME,QUOTED_EMAIL_TEXT,USER_AGENT_KMAIL autolearn=ham version=2.53 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.53 (1.174.2.15-2003-03-30-exp) Subject: RE: SNMP value retrieval From: jhml@gmx.net >Jonny, it your personal email address is bouncing. >That you know (maybe even the mailinglist email bounces for you). Sorry for that. It seems like 1409.org is permanently gone. I've now swit= ched=20 to an account I have to pay for just to be on the safe side in the future= =2E I=20 hope this will also prevent most of the spam I received as they use=20 SpamAssassin... >> - SNMP_VALUEMETHOD_LIBRARY: >> - SNMP_VALUEMETHOD_PLAIN: >> - SNMP_VALUEMETHOD_OBJECT: >Do these names to be so long?? I was thinking we cane drop the >'VALUEMETHOD' or 'METHOD' part. Would that be OK and which do >you prefer?? To be honest I was never happy with these names. "valuemethod" sounds clu= msy=20 to me, but English is not my mother tongue. I'm also not happy with=20 "snmp_setvaluemethod" as a function name. Maybe we could call the functio= n=20 "snmp_setvalueretrieval" and the constants SNMP_VALUE_*? I'm really not=20 insisting on names, I only want the functionality, so every comment is=20 welcome! >> the value type returned by the SNMP >> agent (the ASN_* constants from the net-snmp library are also >> defined as PHP constants) >I believe the ASN_ prefix should be SNMP_ and changed as such. >That they are internally ASN_ does not matter. Ok, I'll change these constants to SNMP_*. >ANother thing I would like to ask is whether the group wants to support >also all kinds of types of SNMP that are not standardized and somehow >added to NET-SNMP as an expiriment. >I believe it is better to drop those, what do you think?? I don't need them. If nobody gives me some reason to keep them, I'll drop= =20 them. I'll wait for another week for some comments as I have a strange feeling = that=20 absolutely nobody else has yet commented on the patch. If no further comm= ents=20 are posted, I'll create a new patch. Would be a dream if gets into 4.3.3.= =2E. Cheers, Jonny