From 3f241f3caa3e66e4d0e61d27701c3ef3b7deea2b Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Wed, 27 Jun 2018 15:19:41 +0200 Subject: [PATCH] Update UPGRADING wrt. PCRE2 The upgrade to PCRE2 should mostly be transparent to existing code, but apparently there are some minor differences, which warrant a note in UPGRADING (and consequently, in the migration guide). --- UPGRADING | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/UPGRADING b/UPGRADING index 2607cc2918..adc813349d 100644 --- a/UPGRADING +++ b/UPGRADING @@ -329,6 +329,11 @@ JSON: . Support for ODBCRouter has been removed. . Support for Birdstep has been removed. +PCRE: + . The PCRE extension has been upgraded to PCRE2, which may cause minor + behavioral changes, and augments the existing regular expression syntax. + See for details. + ZIP: . Bundled libzip has been dropped, system library is now required. -- 2.40.0