Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:119215 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 495 invoked from network); 30 Dec 2022 15:05:43 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 30 Dec 2022 15:05:43 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 74A55180506 for ; Fri, 30 Dec 2022 07:05:43 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-0.5 required=5.0 tests=BAYES_05,SPF_HELO_NONE, SPF_NONE,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS24940 116.202.0.0/16 X-Spam-Virus: No X-Envelope-From: Received: from mail.verfriemelt.org (mail.verfriemelt.org [116.202.226.213]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Fri, 30 Dec 2022 07:05:43 -0800 (PST) Received: from localhost ([127.0.0.1]) by mail.verfriemelt.org for internals@lists.php.net; Fri, 30 Dec 2022 16:05:40 +0100 MIME-Version: 1.0 Date: Fri, 30 Dec 2022 16:05:40 +0100 To: internals@lists.php.net Message-ID: <3fc5f85f52faeefcb27e1d957e1329b2@verfriemelt.org> X-Sender: easteregg@verfriemelt.org Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Subject: update php.ini variables_order setting to EGPCS to reflect documentation From: easteregg@verfriemelt.org hey folks, the tl;dr documentation states a default of EGPCS but both php.ini files have it set to GPCS - which is confusing. i was asked to send this PR https://github.com/php/php-src/pull/10182 to the internals list to discuss the topic. is the performance impact of populating $_ENV still a thing after 13 years of php? with kind regards, richard