Skip to content

Commit aa366b5

Browse files
authored
Update re2c minimum versions in Windows checks and docs (#19039)
1 parent c1ed608 commit aa366b5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/release-process.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,8 @@ slightly different steps. We'll call attention where the steps differ.
210210
> Do *not* bump the API versions after RC1.
211211
212212
5. Compile and run `make test`, with and without ZTS (Zend Thread Safety), using
213-
the correct Bison and re2c versions, e.g., for PHP 7.4, Bison 3.0.0 and re2c
214-
0.13.4 are required, as a minimum.
213+
the correct Bison and re2c versions, e.g., for PHP 8.5, Bison 3.0.0 and re2c
214+
1.0.3 are required, as a minimum.
215215
216216
For example:
217217
@@ -555,8 +555,8 @@ slightly different steps. We'll call attention where the steps differ.
555555
an example.
556556
557557
6. Compile and run `make test`, with and without ZTS (Zend Thread Safety), using
558-
the correct Bison and re2c versions, e.g., for PHP 7.4, Bison 3.0.0 and re2c
559-
0.13.4 are required, as a minimum.
558+
the correct Bison and re2c versions, e.g., for PHP 8.5, Bison 3.0.0 and re2c
559+
1.0.3 are required, as a minimum.
560560
561561
For example:
562562

win32/build/confutils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ var WINVER = "0x0602"; /* 8/2012 */
5656
var MINBISON = "3.0.0";
5757

5858
// There's a minimum requirement for re2c..
59-
var MINRE2C = "0.13.4";
59+
var MINRE2C = "1.0.3";
6060

6161
/* Store the enabled extensions (summary + QA check) */
6262
var extensions_enabled = new Array();

0 commit comments

Comments
 (0)