HTMLdoc v0.8.6
This release makes type handling stricter internally and fixes a number of strict type handling errors:
- Added declare(strict_types=1) to all files and fixed type errors.
- Added code comments to index.php.
- comment class is now implementing the token interface.
- Fixed bug in htmldoc::open() where fopen had the context argument in the wrong place.
- Fixed bug in htmldoc::htmlentities() where preg_split() has an incorrect argument.
- Fixed bugs in tag::parseChildren() where strcasecmp() can't handle nulls.
- Fixed bug in tag::minify() where trim cannot accept a null.