Skip to content

HTMLdoc v0.8.6

Compare
Choose a tag to compare
@hexydec hexydec released this 11 Mar 23:17
· 187 commits to master since this release

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.