diff options
author | Anatol Belski <ab@php.net> | 2017-06-09 17:45:24 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2017-06-09 17:45:24 +0200 |
commit | e72970026d381ab250b5cc4f9e3ad5f0a384ddaf (patch) | |
tree | 9891cd2e2053fe904c62105ad7813b0ee2fb5453 | |
parent | 354899bc13511ce0ff5a323e4c11cd58eb54ce1b (diff) | |
download | php-git-e72970026d381ab250b5cc4f9e3ad5f0a384ddaf.tar.gz |
add UPGRADING note
-rw-r--r-- | UPGRADING | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -102,6 +102,9 @@ PHP 7.2 UPGRADE NOTES . A trailing comma in group use statements is now allowed. (https://wiki.php.net/rfc/list-syntax-trailing-commas) +- DBA: + . Implemented support for the LMDB backend. + - PCRE: . Added `J` modifier for setting PCRE_DUPNAMES. . Added `PREG_UNMATCHED_AS_NULL` flag to allow distinguish between unmatched |