Skip to content

Commit 0dc83c2

Browse files
authored
Fix typo in SAPI and ADD_SOURCES description in upgrade notes (#19095)
[ci skip]
1 parent 4aa8c2f commit 0dc83c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UPGRADING.INTERNALS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ PHP 8.5 INTERNALS UPGRADE NOTES
7676
. Preprocessor macro SIZEOF_INTMAX_T has been removed.
7777

7878
- Windows build system changes
79-
. SAPI() and ADD_SOURCES() now suport the optional `duplicate_sources`
79+
. SAPI() and ADD_SOURCES() now support the optional `duplicate_sources`
8080
parameter. If truthy, no rules to build the object files are generated.
8181
This allows to build additional variants of SAPIs (e.g. a DLL and EXE)
8282
without duplicate build rules. It is up to the SAPI maintainers to ensure

0 commit comments

Comments
 (0)