v1.38.0
Changelog (v1.37.0...v1.38.0)
- bug #582 [Intl/MessageFormatter] Add missing parseMessage() method (@xabbuh)
- bug #610 [Mbstring] Fall back to plain iconv when //IGNORE is unsupported (on musl) (@nicolas-grekas)
- bug #609 [Intl/MessageFormatter] Validate the full pattern at configuration time (@nicolas-grekas)
- feature #608 [Intl/Normalizer] Polyfill normalizer_get_raw_decomposition() (@nicolas-grekas)
- bug #607 [Mbstring] Make mb_convert_encoding($s, $y, 'HTML-ENTITIES') match native output (@nicolas-grekas)
- bug #603 [Mbstring][Php83][Php84] Accept null in mb_* polyfills (@nicolas-grekas)
- bug #600 [Php84] Declare $persistent property in ReflectionConstant stub (@nicolas-grekas)
- bug #599 [Php83] Fix mb_str_pad invalid encoding error reporting (@nicolas-grekas)
- bug #604 [Grapheme] Return false from grapheme_strrev() on invalid UTF-8 (@nicolas-grekas)
- bug #598 [Grapheme] Fix grapheme cluster splitting on PCRE < 10.44 (@nicolas-grekas)
- bug #596 [Mbstring] Fix mb_strlen() for invalid UTF-8 input (@nicolas-grekas)
- bug #595 [Php83] Fix str_increment() for numeric strings beyond PHP_INT_MAX (@nicolas-grekas)
- bug #594 [Php83] Fix ldap_exop_sync polyfill on PHP < 8.3 (@nicolas-grekas)
- bug #591 Fix mb_rtrim() missing unicode-awareness (@nicolas-grekas)
- bug #590 PHP can be built without PDO::MYSQL_ATTR_SSL_VERIFY_SERVER_CERT (@alexpott)
- bug #588 Update
IntlDateFormatter::__construct()parameters (@Seb33300)