Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:126303 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 qa.php.net (Postfix) with ESMTPS id 261F31A00BC for <internals@lists.php.net>; Thu, 6 Feb 2025 08:55:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1738831957; bh=zclqErOU/F5iilY7OE4ssj904dk0J82K0cspTaF5o0U=; h=Date:From:To:Subject:From; b=foC6FJ7s06Rl9czR+8PvDTumdg58vX3qM06fVKvU6EG0rqOhoijwRx/S5ONJN27K7 dm9jePO4rQlmnovzSfBMllS3iPOZZSlpKq70zmrcgq84zaT3uYBOxdfVRYfUDTYOLV CQdiZxUmrDTjkIeYZT5mn51/Jb8HOcJ/hbTP6m4ZQsPWNYvHjNVsq/SwaadmzqIdy8 Fn4OvIl3uUZB2bVVdwrxP83VO0HDDlsR8eOtbgx1/rB5recz3vcKh2SsEBszzSgU3U ISddALZ0+nTazmkit83LIHawDCLzz0f/Ji29Enrn/yClX1NMwNPFltF6CvBgJnX8Id +Ce0nrNe1e66g== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 77515180034 for <internals@lists.php.net>; Thu, 6 Feb 2025 08:52:36 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-13) 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.0 X-Spam-Virus: No X-Envelope-From: <tim@bastelstu.be> Received: from chrono.xqk7.com (chrono.xqk7.com [176.9.45.72]) (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 <internals@lists.php.net>; Thu, 6 Feb 2025 08:52:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1738832118; bh=UYqv4PhUQSnmqnJrUnCojyzYgy8veGu0G895AG06XSA=; h=MIME-Version:Date:From:To:Subject:Message-ID:Content-Type:from:to: cc:subject:message-id; b=U0hOhjb14vGrT64+XZueFDa8Wb91sJxXwBsfzbGzN5/HoymL9ekONbWUBMwsL715F DDyEkuLBm7mvqxr9g785o0btLYZsNdq2vfGpHELSZpgAIUnzK3BLXTxK1+/0gnJcDK XmGAoXJ0XUjMpQpuQLCktbAba0dJl+l2MeJo38aX7jTfsk0bPgiBiWv+SdjzM08YeZ dcPF1ba92TV+WevzuqoCCm1JIWq148s66W+Ml0yJZD2kj67x7JZEWHEVFHSQsNA442 8pnWAcT9EKknrE1MAJmg3mKkp96J0ilgoJ4Te0JoxuIed8ONiqx00UcIuC5yedh7ck 5fTagovtVddiA== Precedence: bulk list-help: <mailto:internals+help@lists.php.net list-unsubscribe: <mailto:internals+unsubscribe@lists.php.net> list-post: <mailto:internals@lists.php.net> List-Id: internals.lists.php.net x-ms-reactions: disallow MIME-Version: 1.0 Date: Thu, 06 Feb 2025 09:55:17 +0100 To: php internals <internals@lists.php.net> Subject: [PHP-DEV] Allow to easily retrieve non-default INI settings / GH PR 17459 Message-ID: <2861271a800eddea62c7fe93b32b2fab@bastelstu.be> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit From: tim@bastelstu.be (=?UTF-8?Q?Tim_D=C3=BCsterhus?=) Hi this email concerns my PR https://github.com/php/php-src/pull/17459, which extended the cli-SAPI’s `--ini` flag to print any INI settings that differ from the built-in default. There was some discussion around which flag to use, which didn't result in particularly strong opinions, with the PR being merged in the current state, given there is plenty of time until feature freeze for follow-ups. After the merge, this came up again and I'm now reaching out to Internals for other folks to weigh in. Those of you who have an opinion about the flag (and possible BC concerns with using the existing `--ini` flag), please comment on the PR (or this ML thread). If necessary I can do a small RFC / straw poll about this, but I hope that the feature is sufficiently simple to not require a formal process :-) Best regards Tim Düsterhus