Skip to content

Commit acf0411

Browse files
committed
[ci skip] Mention PHP_PROG_BISON and PHP_PROG_RE2C
1 parent 039500a commit acf0411

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

UPGRADING.INTERNALS

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ PHP 7.4 INTERNALS UPGRADE NOTES
204204

205205
a. Abstract
206206
- The hash extension is now always available, meaning the --enable-hash
207-
configure argument has been removed.
207+
configure argument has been removed.
208208
- The filter extension no longer exposes the --with-pcre-dir configure
209209
argument and therefore allows shared builds with ./configure for Unix
210210
builds.
@@ -222,6 +222,10 @@ PHP 7.4 INTERNALS UPGRADE NOTES
222222
- new --enable-rtld-now build option allow to switch dlopen behavior
223223
from RTLD_LAZY to RTLD_NOW
224224
- Minimum Bison version is 3.0+ for generating parser files.
225+
- PHP_PROG_BISON macro now takes two optional arguments - minimum required
226+
version and excluded versions that aren't supported.
227+
- PHP_PROG_RE2C is not called in the generated configure.ac for extensions
228+
anymore and now takes one optional argument - minimum required version.
225229

226230
c. Windows build system changes
227231

@@ -235,4 +239,4 @@ PHP 7.4 INTERNALS UPGRADE NOTES
235239

236240
b. ext/hash
237241
- The hash extension is now always available, allowing extensions to rely
238-
on its functionality to be available without compile time checks.
242+
on its functionality to be available without compile time checks.

0 commit comments

Comments
 (0)