Skip to content

1.2.0

@weierophinney weierophinney tagged this 22 Jan 19:42
Based on https://github.com/zendframework/ZendXml/releases/tag/release-1.2.0 (commit 13afa8d45f2a74104ae94a6333d1b15b678e8bb2 in this repo)

Added
-----

- [zendframework/zendxml#6](https://github.com/zendframework/zendxml/pull/6) adds the following method:

  ```php
  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.
Assets 2
Loading