Skip to content

Commit ba996f7

Browse files
committed
Add note about updated PHP version
[skip ci]
1 parent 4b72390 commit ba996f7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

UPGRADING.INTERNALS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ PHP 8.6 INTERNALS UPGRADE NOTES
7575
2. Build system changes
7676
========================
7777

78+
- Abstract:
79+
. Minimum required PHP version found on the host system for running scripts
80+
like build/gen_stub.php during development has been updated from 7.4 to 8.1.
7881
. build/gen_stub.php may now generate a _decl.h file in addition to
7982
the _arginfo.h file, if the stub declares enums and is annotated with
8083
@generate-c-enums. For each enum the file will contain a C enum. Enum

0 commit comments

Comments
 (0)