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

Releases: zendframework/ZendXml

ZendXml 1.2.0

22 Jan 19:43
Compare
Choose a tag to compare

Added

  • #6 adds the following method:

    Security::scanHtml(
        string $html,
        DOMDocument $dom = null,
        int $libXmlConstants = 0
    ) : SimpleXMLElement|DOMDocument|bool

    This method allows scanning markup known to be HTML, versus assuming the
    markup is generic XML.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

ZendXml 1.1.1

22 Jan 18:20
Compare
Choose a tag to compare

Added

  • #16 adds support for PHP 7.3.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #17 properly enables heuristic security checks for PHP 5.6.0 - 5.6.5 when PHP
    is running as PHP-FPM.

ZendXml 1.1.0

30 Apr 15:11
Compare
Choose a tag to compare

Added

  • #13 adds support for PHP 7.1 and 7.2.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • #13 removes support for PHP 5.3, 5.4, and 5.5.

  • #13 removes support for HHVM.

Fixed

  • Nothing.

ZendXml 1.0.2

04 Feb 21:05
Compare
Choose a tag to compare

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #11 updates the dependencies to PHP ^5.3.3 || ^7.0 and PHPUnit ^3.7 || ^4.0, ensuring better compatibility with other components, and with PHP 7. The test matrix was also expanded to add PHP 7 as a required platform.