master
Merge branch 'PHP-8.3' into PHP-8.4
ext/standard: Deprecate passing string which are not one byte long to ord() (#19440)
ext/mbstring: update UCD parser to accept characters with multiple properties
mbstring is supporting CJK + some other encodings.
Improve mb_detect_encoding accuracy for text containing vowels with macrons
Autotools: Move extension setup to main check (#15797)
Update ext/mbstring and ext/snmp dependencies (#15469)
Mark globals as const (#10303)
Drop useless cast
Remove unused 'to_language' and 'from_language' struct fields
Properly silence set-but-unused-var warning
Take order of candidate encodings into account when guessing text encoding
Fix GH-13815: mb_trim() inaccurate $characters default value (#13820)
Generated arginfo header files: combine preprocessor conditional blocks (#15736)
Merge branch 'PHP-8.4'
Declare ext/mbstring constants in stubs (#8798)
Fix GH-20491: SLES15 compile error with mbstring oniguruma
ext/mbstring: Fix some [-Wsign-compare] warnings
Speed boost for mb_stripos (when not using UTF-8)
ext/mbstring: Update to Unicode 17.0 (#19796)