Skip to content

Commit 87429fe

Browse files
committed
Update and sync changelogs
1 parent a72512f commit 87429fe

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

docs/evolution.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)