Skip to content

v1.34.0

Choose a tag to compare

@fabpot fabpot released this 11 Apr 08:15
· 13 commits to 1.x since this release

Changelog (v1.33.0...v1.34.0)

  • bug #565 Fix bcdiv handling of DivisionByZeroError (@nicolas-grekas)
  • bug #501 mbstring polyfills must not raise value errors in PHP 7 (@derrabus)
  • feature #549 Add polyfill for PDO driver specific subclasses (@nicolas-grekas, @jnoordsij)
  • bug #556 Fix PHP 7.2 compatibility for PHP 8.4 polyfill (@Seldaek)
  • feature #546 implement bcround, bcceil and bcfloor (@Dean151)