Skip to content

2.3.1: fix PHP8.1 problem where `Types::parseAsciiStringFromRegister()` fail…

Compare
Choose a tag to compare
@aldas aldas released this 05 Dec 16:48
· 33 commits to master since this release

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.