mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Fix typo in SAPI and ADD_SOURCES description in upgrade notes (#19095)
[ci skip]
This commit is contained in:
parent
4aa8c2fe5d
commit
0dc83c2b10
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue