]> granicus.if.org Git - php/commitdiff
nit: Fix a typo in UPGRADING
authorTyson Andre <tysonandre775@hotmail.com>
Sat, 27 Jul 2019 18:35:42 +0000 (14:35 -0400)
committerPeter Kokot <peterkokot@gmail.com>
Sat, 27 Jul 2019 21:14:07 +0000 (23:14 +0200)
Closes GH-4481

UPGRADING

index e2bfafb99fa8e44fb4f010fb078095a38fc06bc8..9048c4cd17eac4fb9d21b21fcb09d73626f6c721 100644 (file)
--- 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: