summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2019-03-30 13:59:14 +0100
committerPeter Kokot <peterkokot@gmail.com>2019-03-30 13:59:14 +0100
commitacf0411855f35e0a76f78b95c5b77281363632b8 (patch)
tree90962ec65a28ccee4838f77dc861cacec17f030d
parent039500adb615ceddfcf53e375bfb5e4d2c7c31d5 (diff)
downloadphp-git-acf0411855f35e0a76f78b95c5b77281363632b8.tar.gz
[ci skip] Mention PHP_PROG_BISON and PHP_PROG_RE2C
-rw-r--r--UPGRADING.INTERNALS8
1 files changed, 6 insertions, 2 deletions
diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS
index aba4dc90cb..afa4ed91e4 100644
--- a/UPGRADING.INTERNALS
+++ b/UPGRADING.INTERNALS
@@ -204,7 +204,7 @@ PHP 7.4 INTERNALS UPGRADE NOTES
a. Abstract
- The hash extension is now always available, meaning the --enable-hash
- configure argument has been removed.
+ configure argument has been removed.
- The filter extension no longer exposes the --with-pcre-dir configure
argument and therefore allows shared builds with ./configure for Unix
builds.
@@ -222,6 +222,10 @@ PHP 7.4 INTERNALS UPGRADE NOTES
- new --enable-rtld-now build option allow to switch dlopen behavior
from RTLD_LAZY to RTLD_NOW
- Minimum Bison version is 3.0+ for generating parser files.
+ - PHP_PROG_BISON macro now takes two optional arguments - minimum required
+ version and excluded versions that aren't supported.
+ - PHP_PROG_RE2C is not called in the generated configure.ac for extensions
+ anymore and now takes one optional argument - minimum required version.
c. Windows build system changes
@@ -235,4 +239,4 @@ PHP 7.4 INTERNALS UPGRADE NOTES
b. ext/hash
- The hash extension is now always available, allowing extensions to rely
- on its functionality to be available without compile time checks.
+ on its functionality to be available without compile time checks.