Skip to content
This repository has been archived by the owner on Jan 8, 2021. It is now read-only.

v1.2.0

Compare
Choose a tag to compare
@nicolas-grekas nicolas-grekas released this 13 Jan 07:18
· 55 commits to master since this release
  • add portable Unicode filesystem access under Windows and other OSes
  • add best-fit mappings for UTF-8 to Code Page approximations
  • add u::strwidth() to get the width of a string when printed on a terminal
  • add more mbstring shims
  • add a note about https://bugs.php.net/65358
  • fail properly when COM is not loaded
  • fallback on stat() when lstat() fails