Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:117666 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 31086 invoked from network); 4 May 2022 06:21:05 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 4 May 2022 06:21:05 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 0184C180053 for ; Wed, 4 May 2022 00:58:16 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-2.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_LOW,SPF_HELO_NONE, SPF_PASS,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS24940 176.9.0.0/16 X-Spam-Virus: No X-Envelope-From: Received: from chrono.xqk7.com (chrono.xqk7.com [176.9.45.72]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Wed, 4 May 2022 00:58:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1651651093; bh=egtILwJ72t/T3Kt3oDnclt8YMd18/COUVlse/5MderI=; h=Date:Subject:To:References:From:In-Reply-To:From; b=ZR1KMWEfUzLDeMx8zO4GER6LKYQ7An8YUfXuL+DptA94JzBdthq2tI5CYkjtnDZvY y0Vj1ZYL+n5BGZQFel6wGHZTT6sf0mniEC2Zfn13wO8CcZGEZvOP6Dbm49zpD+1zRb vVTSlNxHHYzgM7wCt3Mzg98+Ag+9afaKQxT67dbuEfypc67YxUyLHRCSj0mpfHnY/k 0oT3pku2XpOJ5s8vzXDTGt7nOjSiX/1EL4MaTR64iS/z38hiMnerBuskGm/uBTU2cf P7PQEiJFf3AuLLYrVQIx0w5lIMsU7Bs4HKilqKI10T+MRD1GdZNv6J69SNjg4eKyAh szWfjYWerB1/g== Message-ID: <9c73b9ae-f58f-d75d-5fd2-81cfb586575f@bastelstu.be> Date: Wed, 4 May 2022 09:58:11 +0200 MIME-Version: 1.0 Content-Language: en-US To: Dennis Snell , internals@lists.php.net References: <0C542CC3-6738-4A0F-94C2-482D65886C84@automattic.com> In-Reply-To: <0C542CC3-6738-4A0F-94C2-482D65886C84@automattic.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] [RFC] Exposed parsed value of php.ini numeric directives From: tim@bastelstu.be (=?UTF-8?Q?Tim_D=c3=bcsterhus?=) Hi Dennis On 5/4/22 00:49, Dennis Snell wrote: > Posting here as my first message, thanks for your patience with my > unfamiliarity of the process and format. Would like to know your thoughts on > the new function and any ideas for a proper name as I don't particularly feel > like I have found a good one yet. I like the proposal, because that's also a problem I encountered before. Regarding the name: What about 'ini_get_as_bytes()'? It makes the relationship with 'ini_get()' clear by using the same prefix and the suffix should be reasonable explanatory in what happens. Best regards Tim Düsterhus