Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:120905 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 5671 invoked from network); 14 Aug 2023 22:52:22 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 14 Aug 2023 22:52:22 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 1931D1804B0 for ; Mon, 14 Aug 2023 15:52:22 -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=0.8 required=5.0 tests=BAYES_20,SPF_HELO_PASS, SPF_NEUTRAL,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS30827 82.113.144.0/20 X-Spam-Virus: No X-Envelope-From: Received: from xdebug.org (xdebug.org [82.113.146.227]) by php-smtp4.php.net (Postfix) with ESMTP for ; Mon, 14 Aug 2023 15:52:21 -0700 (PDT) Received: from [127.0.0.1] (unknown [148.252.141.139]) by xdebug.org (Postfix) with ESMTPSA id 7E4F510C430; Mon, 14 Aug 2023 23:52:20 +0100 (BST) Date: Mon, 14 Aug 2023 23:52:17 +0100 To: internals@lists.php.net User-Agent: K-9 Mail for Android In-Reply-To: <64DA7ACC.1050909@adviesenzo.nl> References: <64DA7ACC.1050909@adviesenzo.nl> Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Removing support for the disable_classes INI setting From: derick@php.net (Derick Rethans) On 14 August 2023 20:04:44 BST, Juliette Reinders Folmer wrote: > Declaring an ini directive in the php=2Eini > file which has been removed will instantly > cause a fatal error on starting PHP, so > I wonder what the impact will be > when a user switches PHP version > (which they often can choose to do > via a control panel)=2E Are you sure about that? Setting ini entries that don't exist are simply i= gnored=2E For example this will generate no warning, and certainly not a fatal error= : php -d elephpant=2Esmells=3Dno your-script=2Ephp cheers Derick=20