From 99fe0471ed03b068763e0b8bf84f3a52fc8a784f Mon Sep 17 00:00:00 2001 From: Tyson Andre Date: Sat, 27 Jul 2019 14:35:42 -0400 Subject: [PATCH] nit: Fix a typo in UPGRADING Closes GH-4481 --- UPGRADING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.50.1