File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -935,21 +935,22 @@ PHP coding standards now use the C11 standard.
935935
936936#### Abstract
937937
938- * ext/phar/php_phar.h is not installed anymore
938+ * ext/phar/php_phar.h is not installed anymore.
939939* Minimum required ICU package version (for ext/intl) has been increased from
940- `50.1` to `57.1`.
940+ 50.1 to 57.1.
941+ * Bundled file library in ext/fileinfo upgraded to 5.46.
942+ * Bundled pcre2lib in ext/pcre upgraded from 10.44 to 10.45.
941943
942944#### Windows
943945
944- * ext/com_dotnet is built as shared by default
946+ * ext/com_dotnet is built as shared by default.
945947* phpize builds now reflect the source tree in the build dir (like that already
946948 worked for in-tree builds); some extension builds (especially when using
947949 `Makefile.frag.w32`) may need adjustments.
948950* `SAPI()` and `ADD_SOURCES()` commands now support the optional
949951 `duplicate_sources` parameter. If truthy, no rules to build the object files
950952 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
952- ensure that appropriate build rules are created.
953+ and EXE) without duplicate build rules.
953954
954955##### Windows configure options
955956
You can’t perform that action at this time.
0 commit comments