Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

zend-escaper 2.6.0

Compare
Choose a tag to compare
@weierophinney weierophinney released this 25 Apr 15:49
· 18 commits to master since this release

Added

  • #28 adds support for PHP 7.1 and 7.2.

Changed

  • #25 changes the behavior of the Escaper constructor; it now raises an
    exception for non-null, non-string $encoding arguments.

Deprecated

  • Nothing.

Removed

  • #28 removes support for PHP 5.5.

  • #28 removes support for HHVM.

Fixed

  • Nothing.