Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:115917 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 35881 invoked from network); 2 Sep 2021 14:29:57 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 2 Sep 2021 14:29:57 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 972FE180538 for ; Thu, 2 Sep 2021 08:06:12 -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 autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS12876 195.154.0.0/16 X-Spam-Virus: No X-Envelope-From: Received: from smtp-in.fusiondirectory.org (smtp-in.fusiondirectory.org [195.154.20.156]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Thu, 2 Sep 2021 08:06:11 -0700 (PDT) Received: from smtp-in.fusiondirectory.org (localhost.localdomain [127.0.0.1]) by smtp-in.fusiondirectory.org (Proxmox) with ESMTP id 561231015FF for ; Thu, 2 Sep 2021 17:06:10 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= fusiondirectory.org; h=cc:content-transfer-encoding:content-type :content-type:date:from:from:in-reply-to:message-id:mime-version :references:reply-to:subject:subject:to:to; s=fusiondirectory; bh=rw8g2Wn5ma22gVXy4iL3nDrXj5Bsmr3ArRebvkEzxGA=; b=q52Cu2vyZfxV TYpp1rJ78YVx0d/2UaVt6WYz0Yjh7PFgpkeIdJ6zg0639jHULyGVfmb0Ktlt3GK/ VOmluODENE5KZp1v/Xc7W7hyz5QS3RvrsAyCQdVeBgd0DWUUXmLPB22+TUg/5W8X F/LruL8wOhI6Ekuv+aV6OaluSRmQ8E+gTyAQBBA6oOAstuHIqsY3B3bgPZIpvjbR d5s6R/Y3bPJDhOP4/8nko5wsuV57p0hLnkoFifTFTtRo5M2Rk4sDu5cF2OoDr0Tv AQlu15mag9v2xzmpo4ULsyGDaGUTBDfqg1ZhTKehvD/r+i6Gitl8T3qXpuojDMih ohDDDUAqSQ== Received: from smtp.fusiondirectory.org (smtp.fusiondirectory.org [195.154.20.141]) by smtp-in.fusiondirectory.org (Proxmox) with ESMTP id 2FCC2101446 for ; Thu, 2 Sep 2021 17:06:10 +0200 (CEST) Received: from mcmic-probook.opensides.be (63.120.199.77.rev.sfr.net [77.199.120.63]) by smtp.fusiondirectory.org (Postfix) with ESMTPSA id 0890F25CB73 for ; Thu, 2 Sep 2021 17:06:10 +0200 (CEST) Date: Thu, 2 Sep 2021 17:06:08 +0200 To: internals@lists.php.net Message-ID: <20210902170608.07b09817@mcmic-probook.opensides.be> In-Reply-To: References: Organization: FusionDirectory X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] [RFC] Deprecate partially supported callables From: come.chilliet@fusiondirectory.org (=?UTF-8?B?Q8O0bWU=?= Chilliet) Le Thu, 2 Sep 2021 16:32:32 +0200, Nikita Popov a =C3=A9crit : > Hi internals, >=20 > Currently, there are some callables that are accepted by the "callable" > type, but which cannot be used with $callable() syntax. This RFC proposes > to deprecate support for such "callables": >=20 > https://wiki.php.net/rfc/deprecate_partially_supported_callables It took me some time to understand that this was not a proposal to remove support for all array/string representation of callables. This should be made clearer if possible, maybe even list the callable kinds which will not be deprecated. C=C3=B4me