Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:122214 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 10342 invoked from network); 22 Jan 2024 09:51:20 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 22 Jan 2024 09:51:20 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1705917123; bh=WxrjYATdJ/pagb2dcH8rrAWcal6aHWwzsp2pwcOwAz4=; h=Date:To:From:Subject:From; b=C7L4J894J4l3fc95irHZYqk+TaadMH0KWUGMfRFNDzVBjvzFSBP/Z1VdrdBImBWqf OLPZvLLr0UJs/LUcEcxNHvoVZrkkiNkdDYHSHVClCoJFDjba0zcAHF6X0ULXr9JA1C 4JwfTqzjYrTf7oMNJUTdgAbRIWoByBoKPEK7Rtn0/KFlWfB8zlKPHLbZZF0qWm87rn d1uZzqVx2dWOtvvIq9pBekaBlRah3L+XsGdnD+xnUJ8wCQT3jkxJ5UgMiGdjJUed2z yNiArtUDW2Mz06ZAIw1I5o8/90jRN/G+dGVTe9SUygaB+3UHSQ/AiRsJWwBNvof51T DG+vVcQUnwRBQ== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 6BF71180062 for ; Mon, 22 Jan 2024 01:52:01 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-1.2 required=5.0 tests=BAYES_20,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,DMARC_PASS,RCVD_IN_MSPIKE_H5, RCVD_IN_MSPIKE_WL,SPF_HELO_PASS,SPF_PASS autolearn=no autolearn_force=no version=4.0.0 X-Spam-Virus: No X-Envelope-From: Received: from mail-4317.proton.ch (mail-4317.proton.ch [185.70.43.17]) (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, 22 Jan 2024 01:52:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gpb.moe; s=protonmail; t=1705917075; x=1706176275; bh=WxrjYATdJ/pagb2dcH8rrAWcal6aHWwzsp2pwcOwAz4=; h=Date:To:From:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=Yi0qE31cRHIbWLlMhOJonrWlSfesBHx1nbDLPp3NNLRixztTLKfEQBnLaI5K+snag Zbq246pC0gw+6sdjrVpzloJMcgWaMUIRtaUT234WbBKYqoWwJyaPAZ81Uw3vmflxdh QUOStQVcpYbE+8/oCbqaIEQwhjunpz7fXaP3pN+S5/j4rsmA/I4QPs9Fd93nDSH1KL z0GpA/2WtCOB8XXc8nIijrngKCXTW5DLag9FQQe65G/B1P6Ed4TPX1UWtRFVTm0/M7 mY0tROchNWkm+kuLE9/KXBFZ3RsaILj6uhUSzuVpU7yMHJwAlmvtAZeJVX19vp9YgA 42Wt7hmJ1cLBA== Date: Mon, 22 Jan 2024 09:50:52 +0000 To: PHP internals Message-ID: Feedback-ID: 96993444:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: [PHP-DEV] [RFC] Deprecate implicitly nullable parameter type From: internals@gpb.moe ("Gina P. Banyard") Hello internals, M=C3=A1t=C3=A9 Kocsis and myself would like to propose deprecating implicit= ly nullable parameter types. The RFC is available on the wiki at the following address: https://wiki.php.net/rfc/deprecate-implicitly-nullable-types Best regards, Gina P. Banyard