Hi. I'm currently trying to use htmlpurifier with PHP 8 and I am getting the following syntax error:
Parse error: ./vendor/ezyang/htmlpurifier/library/HTMLPurifier.autoload-legacy.php:10
8| */
9|
> 10| function __autoload($class)
11| {
12| return HTMLPurifier_Bootstrap::autoload($class);
As I can see this issue was fixed in 4285590#diff-b612c84ece435337010ca64e81530a73be5f6109399945520676881e90e56f74. Unfortunately the latest release from 29 Jun 2020 does not contain this fix.
Would it be possible to release a new version that makes it compatible with PHP 8? Are there any blockers?
Hi. I'm currently trying to use htmlpurifier with PHP 8 and I am getting the following syntax error:
As I can see this issue was fixed in 4285590#diff-b612c84ece435337010ca64e81530a73be5f6109399945520676881e90e56f74. Unfortunately the latest release from 29 Jun 2020 does not contain this fix.
Would it be possible to release a new version that makes it compatible with PHP 8? Are there any blockers?