2.3.1
Added
- Use PHP 8.1 in CI flow.
examples/index.php
now supports FC3 and FC4 requests.
Fixed
- From PHP 8.1
Types::parseAsciiStringFromRegister()
fails to convert extended ASCII (8bit) characters to UTF-8. Introduced
Charset::$defaultCharset
to be able to set default charset used to convert strings.