Fix typo in SAPI and ADD_SOURCES description in upgrade notes (#19095)

[ci skip]
This commit is contained in:
Yudai Takada 2025-07-11 17:35:43 +09:00 committed by GitHub
parent 4aa8c2fe5d
commit 0dc83c2b10
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -76,7 +76,7 @@ PHP 8.5 INTERNALS UPGRADE NOTES
. Preprocessor macro SIZEOF_INTMAX_T has been removed.
- Windows build system changes
. SAPI() and ADD_SOURCES() now suport the optional `duplicate_sources`
. SAPI() and ADD_SOURCES() now support the optional `duplicate_sources`
parameter. If truthy, no rules to build the object files are generated.
This allows to build additional variants of SAPIs (e.g. a DLL and EXE)
without duplicate build rules. It is up to the SAPI maintainers to ensure