From: Tyson Andre Date: Sat, 27 Jul 2019 18:35:42 +0000 (-0400) Subject: nit: Fix a typo in UPGRADING X-Git-Tag: php-7.4.0beta2~35 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=99fe0471ed03b068763e0b8bf84f3a52fc8a784f;p=php nit: Fix a typo in UPGRADING Closes GH-4481 --- diff --git a/UPGRADING b/UPGRADING index e2bfafb99f..9048c4cd17 100644 --- a/UPGRADING +++ b/UPGRADING @@ -556,7 +556,7 @@ PHP 7.4 UPGRADE NOTES removed in favor of the opcache.file_cache INI directive. - PDO: - . It is now possibile to escape question marks in SQL queries to avoid them + . It is now possible to escape question marks in SQL queries to avoid them being interpreted as parameter placeholders. Writing "??" allows sending a single question mark to the database and e.g. use the PostgreSQL JSON key exists "?" operator. For more details see the RFC: