This repository has been archived by the owner on Jan 8, 2021. It is now read-only.
Releases: tchwork/utf8
Releases · tchwork/utf8
v1.3.3
v1.3.0
v1.2.6
- fix compat with symfony-polyfill
v1.1.31
- fix compat with symfony-polyfill
v1.2.5
- handle the third argument of mb_convert_encoding() being an array
- add license files
v1.1.30
- fix mb_strrpos shim with negative offset
v1.2.3
- fix mb_strrpos shim with negative offset
- sync tests with latest PHP/HHVM behaviors
- remove PHP7/HHVM from allowed failures
- move to PSR-1+2+4
- mv class/ src/
v1.2.2
- fix ucwords to be functionally the same as in-built PHP version
- fix iconv_set_encoding deprecation notice in PHP 5.6.0
- remove legacy test for HHVM/PHP7
- mb_parse_str() should have no return value
v1.1.29
- fix ucwords to be functionally the same as in-built PHP version
- fix iconv_set_encoding deprecation notice in PHP 5.6.0
- remove legacy test for HHVM/PHP7
v1.2.1
- fix double declaration in mbstring shim