From e72970026d381ab250b5cc4f9e3ad5f0a384ddaf Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Fri, 9 Jun 2017 17:45:24 +0200 Subject: [PATCH] add UPGRADING note --- UPGRADING | 3 +++ 1 file changed, 3 insertions(+) diff --git a/UPGRADING b/UPGRADING index 9faa926f91..a77af84df3 100644 --- a/UPGRADING +++ b/UPGRADING @@ -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 -- 2.40.0