1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Add note about updated PHP version

[skip ci]
This commit is contained in:
Peter Kokot
2026-02-10 16:21:31 +01:00
parent 4b723900c3
commit ba996f7ae9

View File

@@ -75,6 +75,9 @@ PHP 8.6 INTERNALS UPGRADE NOTES
2. Build system changes
========================
- Abstract:
. Minimum required PHP version found on the host system for running scripts
like build/gen_stub.php during development has been updated from 7.4 to 8.1.
. build/gen_stub.php may now generate a _decl.h file in addition to
the _arginfo.h file, if the stub declares enums and is annotated with
@generate-c-enums. For each enum the file will contain a C enum. Enum