From 9310ac2ab530da1ba5547bdac1b8786b8e3e41be Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Sun, 14 Jul 2019 23:02:52 +0200 Subject: [PATCH] Symbol HAVE_PCRE has been removed --- UPGRADING.INTERNALS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS index 3b7750eb28f1c..7f7cece944d6a 100644 --- a/UPGRADING.INTERNALS +++ b/UPGRADING.INTERNALS @@ -64,6 +64,8 @@ PHP 8.0 INTERNALS UPGRADE NOTES a. Abstract - Symbol HAVE_HASH_EXT is removed and is no longer defined. It should be considered to have hash extension always available since PHP 7.4. + - Symbol HAVE_PCRE is removed and is no longer defined. It should be + considered to have pcre extension always available since PHP 7.4. b. Unix build system changes