?? ??? ????, PHP 7.4.0beta2
-25 Jul 2019, PHP 7.4.0beta1
-
-
25 Jul 2019, PHP 7.4.0beta1
- Core:
. Fixed bug #78271 (Invalid result of if-else). (Nikita)
. Added new INI directive opcache.cache_id (Windows only). (cmb)
+- PDO:
+ . Implemented FR #71885 (Allow escaping question mark placeholders).
+ https://wiki.php.net/rfc/pdo_escape_placeholders (Matteo)
+
- Recode:
. Unbundled the recode extension. (cmb)
. The --disable-opcache-file|--enable-opcache-file configure options have been
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
+ being interpreted as parameter placeholders. Writing "??" allows to send
+ a single question mark to the database and e.g. use the PostgreSQL JSON key
+ exists "?" operator. For more details see the RFC:
+ https://wiki.php.net/rfc/pdo_escape_placeholders
+
- Reflection:
. Numeric value of class, property, function and constant modifiers was
changed. Don't filter methods and properties through