Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:116215 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 14772 invoked from network); 4 Oct 2021 11:35:20 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 4 Oct 2021 11:35:20 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id D7A9D1804C4 for ; Mon, 4 Oct 2021 05:19:32 -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.6 required=5.0 tests=BAYES_50,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,HTML_MESSAGE, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS15169 209.85.128.0/17 X-Spam-Virus: No X-Envelope-From: Received: from mail-ed1-f47.google.com (mail-ed1-f47.google.com [209.85.208.47]) (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 ; Mon, 4 Oct 2021 05:19:32 -0700 (PDT) Received: by mail-ed1-f47.google.com with SMTP id f9so1150337edx.4 for ; Mon, 04 Oct 2021 05:19:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=oWAZuvhLmOCRdjK9tyqMMqY51Fqlg0m5r9yhLDhtOtQ=; b=FI58no4shtDZ7LToY728YGM6p2XhaUJzG56DYc6ZcNDURkAd7X4GtUBvMj8MihmXf5 OTlCRvC7o/8gu0DCD+Vpz/eJtBCFV8wAnZkOW7XORNVYMqVFMEmJ1Ej7RD5HenlN2IBZ fAW9mMGdsN5TTydfShDTdyt2mrnVxUXs0JMVDsm4Nhh5JnfqQrWcrucmHo8+lMPSZ9PC nJn35zj0QQpjy1jrQcxL3wk3FFF8+01A++Bkr8c3hjKbsr/4Yxq4PvJ+aeHFo0cuTXHr /+sYgASeaGWWgMvD+uTWxGgI8aB7hOkeH0RdYFG5JxpZ2vCDVGPP882FYuHWk8X9+qT4 wcdQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=oWAZuvhLmOCRdjK9tyqMMqY51Fqlg0m5r9yhLDhtOtQ=; b=lJ8b6ay+1TYGa7SCkKPhKXk/aBpSAj4ZsAs8J/Ye+9+NFIhzT2fRuEHyOCBt7H5jVU f9JZ4hVYW2WK95PQTSl0eJRuw8w59yFqDrKm+Vt4qfBQYRXq5pywCLin72DH2R7Q5m9X 4aS7glSS7CIY8cC9zbhpdCQooL9NiUM+WUgWqnxYibTYlEfaoZ+NGyOn9A74gagjGdGN WtrPri8q9ZbzpmhDVB+7GjQR4NOw3xaYcPgxiNAAs4KN9q8FLLH8eBmunz/nAux71EDX hLuCJO/BY+fHd4AhPM460e0//vH9YRY7tJ9bP3iJvnhhKD9yvW+IK/eGbBoidzwpbSBj Id/w== X-Gm-Message-State: AOAM530yMxiZE9kyMUT+Pzag4RY5zLsN+ENnVtBjpp1sgzH0ELRiL9/2 Jj9FtZPPUpIMzquLIqWJj7PudtTEb7dMXT4Uy+P59JMX X-Google-Smtp-Source: ABdhPJzQEHcpgoqZpQepmLMQotX5gRPWSVXFBlkRk7rAh/xwHFEbpfJlf6x/GGxFnWoGPOzxJQranjsvOV03F/brTus= X-Received: by 2002:a17:906:5a47:: with SMTP id my7mr16489908ejc.128.1633349970961; Mon, 04 Oct 2021 05:19:30 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Mon, 4 Oct 2021 14:19:14 +0200 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary="000000000000d02a2505cd85ec30" Subject: Re: [RFC] Deprecate partially supported callables From: nikita.ppv@gmail.com (Nikita Popov) --000000000000d02a2505cd85ec30 Content-Type: text/plain; charset="UTF-8" On Thu, Sep 2, 2021 at 4:32 PM Nikita Popov wrote: > Hi internals, > > 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": > > https://wiki.php.net/rfc/deprecate_partially_supported_callables > Is there any further feedback on this proposal? Otherwise I'd open the vote in a few days. Regards, Nikita --000000000000d02a2505cd85ec30--