Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:115048 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 33377 invoked from network); 22 Jun 2021 21:52:37 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 22 Jun 2021 21:52:37 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 997AD1804CC for ; Tue, 22 Jun 2021 15:10:58 -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_20,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,HTML_MESSAGE, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-Virus: No X-Envelope-From: Received: from mail-ej1-f42.google.com (mail-ej1-f42.google.com [209.85.218.42]) (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 ; Tue, 22 Jun 2021 15:10:58 -0700 (PDT) Received: by mail-ej1-f42.google.com with SMTP id hq39so757102ejc.5 for ; Tue, 22 Jun 2021 15:10:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=Gq9JgewDKE7j1pNz5UIVPMBefSzdG8s7i0PUS3BMAPQ=; b=bNitQ8NBT2BkX+p6k1Nhi6wnLVUyIe7J9aGGb9vJJBq5R+raxtkAAZKJKdYYl4gcOD j52fnfoVsrmlj/9K3YrtYEMxQ1XUTWbpxbZHQen0s3x8VWcWXIDwmm09tKxMlSHq8KUQ SZXoCXC69ztLchqU0MqEbBSvE0BSiTlTHUAnOmoOaXEWEEp3cinao0roZT4Q5EM3KSem JILmPB5O477D57skuNao2BgOsnlD2GtW5GTVjqzLI5X31WD4n+7bcmj6ssKEAAu1rX4n aHczyiQArd5NlX8ZB5UysghaPEKej2u0nvnZNXGdFD4p9OLdRdIfBF97gqWqwACVcCeH QQCA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=Gq9JgewDKE7j1pNz5UIVPMBefSzdG8s7i0PUS3BMAPQ=; b=dkf6Dr3MGbsUVoBJSEZez0v4n8cvAOdwSatZrBoGcydN0Zx9eTkh29Cnxs3dvGLO1N bhKOc19k9MYzxWde2YjWGEmKTFcuPrcisUwBauaGrMjzAookAy2g3Ie3vy1q+InRURZv a9cXfNSehvCzTEzs84ReiGpdFoE2rHM8Z+CYI82l28A0n9F16zjqikR6PWvJAMbAL96A waO6/2Nr1DmcrFPm9Hlq6G3WrjZmHUKhp36xjwHG2KOM0+WQuFkuGOXMZ4cu40nUX/co KBOsfHua5Dsfk69SZNc6mYCzedhP+u/t+U2EVZuq9K1ncIQ4Up3NSNTuvX0nBPtTjom0 iAxA== X-Gm-Message-State: AOAM5311QFnBoJLcm3br4/W8oF87G0Zgq/o6dh5JQTKtV8UnOE9vqEiz c2ksK0yr/HMbrwMqjjPLqcu3e32oRaeo53OtYFpqYFeGi+w= X-Google-Smtp-Source: ABdhPJxltHSIrCJfWPXeli6Qn3jKqyVXdOu8lnYzi40+nlnLVy3ZajxCi169BdxCxM1Ib/XoSypvt553n/WiYNDaYM4= X-Received: by 2002:a17:907:9cc:: with SMTP id bx12mr6448969ejc.25.1624399853618; Tue, 22 Jun 2021 15:10:53 -0700 (PDT) MIME-Version: 1.0 Date: Tue, 22 Jun 2021 23:10:42 +0100 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary="0000000000003f8aa705c562108c" Subject: [PHP-DEV] [RFC] Deprecate boolean to string coercion From: george.banyard@gmail.com ("G. P. B.") --0000000000003f8aa705c562108c Content-Type: text/plain; charset="UTF-8" Hello Internals, With Ilija we are proposing a short RFC to deprecate coercion from bool to string: https://wiki.php.net/rfc/deprecate-boolean-string-coercion As this is the final day for any RFC to be even able to land in PHP 8.1 the voting is expected to start in two weeks on the 6th of July. The implementation is yet to be done but is expected to be rather straightforward and finished within the week. Best regards, George P. Banyard --0000000000003f8aa705c562108c--