Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:130382 X-Original-To: internals@lists.php.net Delivered-To: internals@lists.php.net Received: from php-smtp4.php.net (php-smtp4.php.net [45.112.84.5]) by lists.php.net (Postfix) with ESMTPS id E49B81A00BC for ; Tue, 17 Mar 2026 13:32:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1773754362; bh=ROseDEUBTVxFWukCuKMYi1vXU3Wi5j+UiyzvSG0LgEI=; h=Date:Subject:To:References:From:In-Reply-To:From; b=O/UUViK0sOaJ0kQsKRg1L6NsUejBi+dUP6AI2KXWnwsMkZVGCY166n6ev7RyOo9LS 6U6/s5yITMHQO3EtwF2lxSyTon+LpzxYiz0gFddCmRlHOFjwmnVNCzyHYRUI6yVuqi YuvZ2E0M/CJ6djUd0IPvqyIxHmwdmJGQq9SzGgW8QkdYCb9xm0CJCTp92r0sR2cXRz ztw3CtuQXmn8byGavDlIeDxfQaaQ/R8GeqgefSUDATUWT3MiIaO/ACz6ZZ/i55f6+1 CrrM57k6l8LzK25E51scbDinI88cry32s/U/VmWvo/Tep4dnsb+9x8DazxVeZ9ondx bUUBVLAdBGVQA== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 65149180069 for ; Tue, 17 Mar 2026 13:32:40 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 4.0.1 (2024-03-25) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=0.6 required=5.0 tests=BAYES_50,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,DMARC_PASS,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=4.0.1 X-Spam-Virus: No X-Envelope-From: Received: from mail.fluentit.au (mail.fluentit.au [103.249.239.231]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Tue, 17 Mar 2026 13:32:39 +0000 (UTC) Received: from [192.168.255.76] (140.202.68.103.in-addr.arpa [103.68.202.140]) (Authenticated sender: swilton@fluentit.au) by mail.fluentit.au (Postfix) with ESMTPSA id CC189CF85A for ; Tue, 17 Mar 2026 21:32:29 +0800 (AWST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fluentit.au; s=default; t=1773754350; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=8gm2vtNPyk3az4YjYB1GkL6laqvmm1ymezD8yY8Kjxs=; b=Tia1K2+0mARjRwitfnXWyaBE4uPNXrYAHPNLO8R8rU71Su72lGPv5Nuaw+5DDrwPfT1ILc g9WKI2KhlQUJhZDcK2xB9SxIyop8a4xPbz6vGHRLKTYB4EllDsSpb3TDufLbm2byzbZwae xDm41K96FD9glt8jkgvVER651zofQ+g= Authentication-Results: ORIGINATING; auth=pass smtp.auth=swilton@fluentit.au smtp.mailfrom=swilton@fluentit.au Message-ID: Date: Tue, 17 Mar 2026 21:32:29 +0800 Precedence: list list-help: list-unsubscribe: list-post: List-Id: x-ms-reactions: disallow MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PHP-DEV] [RFC] SNMP MIB reset function To: internals@lists.php.net References: <5a2-69b78f00-11-50bc7700@253019388> <1c9534ff-d8c6-4939-a6f2-85a4c547ac0b@bastelstu.be> Content-Language: en-US In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit From: swilton@fluentit.au (Steven Wilton) On 17/03/2026 8:14 am, Steven Wilton wrote: > On 17/03/2026 4:26 am, Tim Düsterhus wrote: >> Hi >> >> On 3/16/26 06:03, swilton@fluentit.au wrote: >>> I believe that the process is to send a message to the list, and >>> gauge whether there is positive feedback before creating the RFC for >>> voting.  Please let me know if I should create the RFC first? >>> The PR is here: https://github.com/php/php-src/pull/21452/changes >> >> I suspect that SNMP is such a specialized and rarely used extension >> that folks will be unable to meaningfully discuss an RFC for this >> feature - at least not without you doing quite a bit of explaining. >> This might be case where it's best to just find an informal agreement >> with you providing a well-tested and well-explained patch rather than >> doing a full RFC. > > I'm very happy to avoid the RFC process, and happy to explain/discuss > the changes :) > On the topic of the RFC - @devnexen has suggested that a RFC is the correct process for this change.  I have no issues with following whatever process is required to get this considered, but if most maintainers won't be too concerned about changes to the module I am interested who I should be discussing with that does know the code well enough to make the decision on including it or not. I have submitted a second PR below to add support for other SNMPv3 security protocols, and am wondering if I do end up going down the RFC route whether it is best to merge everything into a single PR for "SNMP changes", or if distinct changes should have their own PR with an associated RFC? https://github.com/php/php-src/pull/21451 While considering the previous question, I would like to add that I would also like to add more options to control the output format.  These would just be duplicating the code for enum_print, quick_print and oid_output_format.  The question here is whether it should be a new request with a new RFC, or if this is trivial enough to be considered independently. regards Steve