Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:120943 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 59557 invoked from network); 29 Aug 2023 13:13:11 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 29 Aug 2023 13:13:11 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id BB6ED1804AC for ; Tue, 29 Aug 2023 06:13:06 -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.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE,SPF_PASS, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS9370 160.16.128.0/17 X-Spam-Virus: No X-Envelope-From: Received: from mail.sakiot.com (mail.sakiot.com [160.16.227.216]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature ECDSA (P-256) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Tue, 29 Aug 2023 06:13:06 -0700 (PDT) Received: from smtpclient.apple (softbank060109141104.bbtec.net [60.109.141.104]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.sakiot.com (Postfix) with ESMTPSA id 33919401D8; Tue, 29 Aug 2023 22:13:03 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=sakiot.com; s=default; t=1693314783; bh=XAYvDbIfjz/anWtYCD60Mjcp6irAsw31vAecb7pSCe0=; h=Subject:From:In-Reply-To:Date:Cc:References:To:From; b=MtE0Zahx/unaYEozdOmsVvTkTxT/B4ViFhjkMP3zGDZlpDjMXaIeFmZX3yEp6MjXC /B/n13YsNAJBDBXGXrgEbs64Cmk8jPLYdI6Wy74L+gjCooBJM+Itdx5P3ePYz9DqEX 7Msgxs+W2ugR4yyqbGNKO8HuCKxeN4LEtuvhgA40= Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3731.700.6\)) In-Reply-To: Date: Tue, 29 Aug 2023 22:12:47 +0900 Cc: internals@lists.php.net Content-Transfer-Encoding: quoted-printable Message-ID: <3E2B9561-8166-4D72-B7C7-E13CDA72BBB1@sakiot.com> References: <4406C50C-18FF-4F20-BA7B-206E86610CCC@sakiot.com> To: Lynn X-Mailer: Apple Mail (2.3731.700.6) Subject: Re: [PHP-DEV] Apply strict_types to internal functions From: saki@sakiot.com (Saki Takamachi) > Heya! >=20 > I was not aware that strict types didn't work here. While I'm 100% = behind > the idea, I am afraid that changing this will break code in currently > strict files where the assumption was made that it already worked like > that. It would probably have to give deprecation notices first, and = then > possibly a warning or removal in the next major to be feasible. Hi, Thank you for confirming! Admittedly, it might be better to have some stages rather than a sudden = change in 8.4. saki=