We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afb6b46 commit 4387bc7Copy full SHA for 4387bc7
docs/evolution.md
@@ -945,7 +945,7 @@ PHP coding standards now use the C11 standard.
945
* phpize builds now reflect the source tree in the build dir (like that already
946
worked for in-tree builds); some extension builds (especially when using
947
`Makefile.frag.w32`) may need adjustments.
948
-* `SAPI()` and `ADD_SOURCES()` commands now suport the optional
+* `SAPI()` and `ADD_SOURCES()` commands now support the optional
949
`duplicate_sources` parameter. If truthy, no rules to build the object files
950
are generated. This allows to build additional variants of SAPIs (e.g. a DLL
951
and EXE) without duplicate build rules. It is up to the SAPI maintainers to
0 commit comments