You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deprecated: HTMLPurifier_HTML5Config::__construct(): Implicitly marking parameter $parent as nullable is deprecated, the explicit nullable type must be used instead in [...]library/HTMLPurifier/HTML5Config.php on line 65
- public function __construct(HTMLPurifier_ConfigSchema $schema, HTMLPurifier_PropertyList $parent = null)+ public function __construct(HTMLPurifier_ConfigSchema $schema, ?HTMLPurifier_PropertyList $parent = null)
Hi! Thanks for pointing that out. I'm planning on making the code PHP 8.4 compatible, as well as use new DOM parsing abilities provided by DOM\HTMLDocument.
Hi,
Just wondering if there's anything interesting coming in PHP 8.4 as far as this wonderful library is concerned?
Cheers
The text was updated successfully, but these errors were encountered: