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.
935
935
936
936
#### Abstract
937
937
938
- * ext/phar/php_phar.h is not installed anymore
938
+ * ext/phar/php_phar.h is not installed anymore.
939
939
* 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.
941
943
942
944
#### Windows
943
945
944
- * ext/com_dotnet is built as shared by default
946
+ * ext/com_dotnet is built as shared by default.
945
947
* phpize builds now reflect the source tree in the build dir (like that already
946
948
worked for in-tree builds); some extension builds (especially when using
947
949
`Makefile.frag.w32`) may need adjustments.
948
950
* `SAPI()` and `ADD_SOURCES()` commands now support the optional
949
951
`duplicate_sources` parameter. If truthy, no rules to build the object files
950
952
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.
953
954
954
955
##### Windows configure options
955
956
You can’t perform that action at this time.
0 commit comments