Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:116291 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 17055 invoked from network); 22 Oct 2021 08:50:20 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 22 Oct 2021 08:50:20 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 4852E180381 for ; Fri, 22 Oct 2021 02:38:59 -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.2 required=5.0 tests=BAYES_40,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-f52.google.com (mail-ed1-f52.google.com [209.85.208.52]) (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 ; Fri, 22 Oct 2021 02:38:58 -0700 (PDT) Received: by mail-ed1-f52.google.com with SMTP id a25so4882488edx.8 for ; Fri, 22 Oct 2021 02:38:58 -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=w3Qqt9XgMQrCegtIclj8CmBYSPoR58U2tg7YABJMERc=; b=MbLIFUDEyroJqiR5mHZ0FotdJPIgYdYoDMrCnTmQQBnQ6iy+yFPeJXlpNu6W2UXH/i xJ8+zaHeU7OBwFu6C+C8K6IXjrDDtxnoDXc8qh6AN5pPLZoq9VP3B6aFxnRMyg2PccqE npIriHVJSp5Ru13V8PWx7L10TD8rPBQHwYhtsEeck2/bR9nmOwc2QD/+fym2iMilOYSu qCVohcF1AWU3J3CkO3saq12PMsIiN46NsfN+96fqsX90OgPdm/azVku13JweJO0foTKa iwQB4HjryOTr5JyneUIbSA5hIwKfupbc5otAeYb9jPkjpM8Lnr89uZ1vM+KlnRBG0jMS SOkQ== 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=w3Qqt9XgMQrCegtIclj8CmBYSPoR58U2tg7YABJMERc=; b=olN7qMn7Cb1AXo/WZwvJJJZVHfAJaki7j76cccFCPrxjegkBf8r4CwhnKUqp8FpFSP 9P3xpr0liQTP2D/zjHUeQ6XvMkLg61cOFmcRJ4jYpHXb6O8Yt8a8vFe9vRq2U62SHBjp UvVTVXbHHYj6FwQBhQUmF4Yb2ao1phSHlbs+Fne9oDsyM2pApV9zzhY/UNcSYY2AVvDx gasnmDsDg2WJTHjUqyszdgwpWyGbPaR6isEcvtJtlNMUbhzsU93NNkCGE+reVBMKQVmU noEO1eGZcDwzxPSaQtZnjXirOBdkuLcmuUdexz2ssHWt8arfzgCaP+USD6DopvOpCLa9 lHWA== X-Gm-Message-State: AOAM531keyxNwNNKB8koYjo31Drq0ffPNQ2jrwVqF0jZ/721t+d2rXGN KJf7KNCNKcLYQ0+23MNTQaxmbWObVtlH4Gskl7gCxQPw X-Google-Smtp-Source: ABdhPJxH5fQX6vKFughy6zi8MNRePjH7WRADNMs/NKzL0SOost6cqYU9txTBWMuoVwbu4oCTE6KArE7+JRIhJZViKuM= X-Received: by 2002:a17:907:7717:: with SMTP id kw23mr14020243ejc.396.1634895537277; Fri, 22 Oct 2021 02:38:57 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Fri, 22 Oct 2021 11:38:41 +0200 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary="000000000000be903f05ceedc77d" Subject: Re: [VOTE] Deprecate partially supported callables From: nikita.ppv@gmail.com (Nikita Popov) --000000000000be903f05ceedc77d Content-Type: text/plain; charset="UTF-8" On Fri, Oct 8, 2021 at 4:16 PM Nikita Popov wrote: > Hi internals! > > I've opened voting on > https://wiki.php.net/rfc/deprecate_partially_supported_callables, which > deprecated callables that are not supported in $callable() syntax. The vote > closes on 2021-10-22. > The proposal has been accepted unanimously, with 32 votes in favor. Regards, Nikita --000000000000be903f05ceedc77d--