summaryrefslogtreecommitdiff
path: root/UPGRADING.INTERNALS
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2019-07-14 23:02:52 +0200
committerPeter Kokot <peterkokot@gmail.com>2019-07-14 23:02:52 +0200
commit9310ac2ab530da1ba5547bdac1b8786b8e3e41be (patch)
tree46fab7dcb406dee01b01482da6f3ba66adc13a6f /UPGRADING.INTERNALS
parentf91ffe591587948064c75c3850dcab216847649c (diff)
downloadphp-git-9310ac2ab530da1ba5547bdac1b8786b8e3e41be.tar.gz
Symbol HAVE_PCRE has been removed
Diffstat (limited to 'UPGRADING.INTERNALS')
-rw-r--r--UPGRADING.INTERNALS2
1 files changed, 2 insertions, 0 deletions
diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS
index 3b7750eb28..7f7cece944 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