This repository has been archived by the owner on Jan 21, 2020. It is now read-only.
weierophinney
released this
22 Jan 19:43
·
3 commits
to master
since this release
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.