Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:126426 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 5DD601A00BC for ; Mon, 17 Feb 2025 08:36:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1739781232; bh=bT1Jafas6t5lQOHDAD8RlcVfIaFbi6pgwnb/3IN1jnk=; h=Date:From:To:Subject:In-Reply-To:References:From; b=mVuzbRT6ZEkw/4lWROktXiG0mJm0R2nG65+sHTA7tBVboG0qlo8Tjpj0Y9J/ocXzD LKflT0+ldKItRdnTZX7pUf9jXy+77XADee3F0UX26R9r0kAEN47WS5XOlB4RnyAuY1 jqCstxOjOpqMGaQ0Hlvte/EjdYltrk85Mo9Qayj1ui2uVlKha2I34yuzcl80X98kcV yV15s0JGpzmTY2q+yTx1sPggsLW1ct7XG2YFoKg5RAlLjjkTVjIpYsShxVJlB3nC1z HPbEGl6rfKXIIV2JtQ4YKLuHHEsFd6pquROUOnH6C/TuZ9fjEYRX9L+6pF+6H+tnj3 ng8Wo+1V6pfkg== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id E2C32180069 for ; Mon, 17 Feb 2025 08:33:51 +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.2 required=5.0 tests=BAYES_20,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: 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 ; Mon, 17 Feb 2025 08:33:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1739781390; bh=5WRgWPDkVowUS+p1/WyDV/BBjQvjNCl5VNaCkZeARQU=; h=MIME-Version:Date:From:To:Subject:In-Reply-To:References: Message-ID:Content-Type:from:to:cc:subject:message-id; b=V+5bUZyNGMXcjMQ3agq4/lBZc+f8xqksgF4Bp4fiLjoHOqYor2fv1KUqZSWPPdezS KD2sVIImzm573SbAkxeMv2wJp/ySfA3dzSA36Aij7lrORDKwNIx9x9cVoVrbkYUxEy yX3D7KXqESg66vBVAZg60umNa87XWLnS0yxZ1kEW0tFcck34opjpqMaBK+qzZC38jB 2piVsUtN83wq2ho6TWJhoSghgFwKB86ha9B3eMuBShLveRUlJxs7/1kR2aFdCiimov doisE6vvc5BfiPMkIHH43YLmrvz6UXCYYlc6668L7KkGZFEC4ISaPrcnFejNR7AlXC rCjigpMlqavtA== Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net x-ms-reactions: disallow MIME-Version: 1.0 Date: Mon, 17 Feb 2025 09:36:30 +0100 To: php internals Subject: Re: [PHP-DEV] Allow to easily retrieve non-default INI settings / GH PR 17459 In-Reply-To: <2861271a800eddea62c7fe93b32b2fab@bastelstu.be> References: <2861271a800eddea62c7fe93b32b2fab@bastelstu.be> Message-ID: <5019902dbac9993f03fe1d86b59430ec@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 Am 2025-02-06 09:55, schrieb Tim Düsterhus: > 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 :-) For reference, I created a PR to update the flag to `--ini=diff` at: https://github.com/php/php-src/pull/17762 Best regards Tim Düsterhus