Skip to content

0.19.1

Latest

Choose a tag to compare

@BenMorel BenMorel released this 08 Aug 23:05

New features

  • New exception class: PlatformException (replaces UnsupportedPlatformException)
  • PlatformException is now thrown when preg_match() fails due to improper PHP configuration
  • PlatformException is now thrown when PHP_INT_SIZE is an unsupported value

🗑️ Deprecations

  • Exception class UnsupportedPlatformException is deprecated; catch PlatformException instead