Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:109137 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 16936 invoked from network); 19 Mar 2020 10:15:51 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 19 Mar 2020 10:15:51 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 3D2221804E6 for ; Thu, 19 Mar 2020 01: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=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_PASS,SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS24940 176.9.0.0/16 X-Spam-Virus: No X-Envelope-From: Received: from box.beccati.com (box.beccati.com [176.9.123.236]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Thu, 19 Mar 2020 01:38:58 -0700 (PDT) Received: from authenticated-user (box.beccati.com [176.9.123.236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by box.beccati.com (Postfix) with ESMTPSA id 06A2B2000EC; Thu, 19 Mar 2020 09:38:51 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=beccati.com; s=mail; t=1584607137; bh=60RRrntbwt7faMffPob19zIzQyfG8eFWbDqn/m7b2dA=; h=Subject:To:References:From:Date:In-Reply-To:From; b=E9FBNca4M+DDouhFoZ4/hDL209ou51eyhKNkskq7ExtNkR7IxDw6LvEZ7rHqyfZpH PKntB7wJSjHQ0qeajbTOMuQy8phSxS3k0WO0VjT6eIoUooepnVIfL8OQxyz5McaaCq CmmzUcU4RCOynunaf37dzxD29vUSy5GT+vZPe9e6rpGf+hI7xteBTyzsfUOk0exBZL Z6r+jhTFRVxkGqhZmFVYIWfJn6JonAL4BzfVlDHG0H90T9j7paiv+ZBY+PFYsSaqAp z8K2/hiAMYno7n0gYhHQ+J9QLINfZrtx4Nyzd2gjIKDHrHPaE3qdmlXXPs8SYm44OT P1F1aj8r4i01Q== To: "Christoph M. Becker" , PHP internals References: <7b073954-74ea-7877-97dc-dbf87d4f3e8a@gmx.de> Message-ID: Date: Thu, 19 Mar 2020 09:38:50 +0100 MIME-Version: 1.0 In-Reply-To: <7b073954-74ea-7877-97dc-dbf87d4f3e8a@gmx.de> Content-Type: text/plain; charset=utf-8 Content-Language: en-GB Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] PDO parser: drop support for backslash escapes From: php@beccati.com (Matteo Beccati) Hi Christoph, > I think we should completely drop support for backslash escapes in the > PDO parser as of PHP 8. If it was possible to support these without > breaking other standard conforming SQL queries, it would be nice to keep > it, but that doesn't seem to be possible. > > Thoughts? Thanks for bringing it up. I suppose it's about time to start conforming to the SQL standards, but maybe we should have gone through a deprecation stage first? Cheers -- Matteo Beccati Development & Consulting - http://www.beccati.com/