ezyang / htmlpurifier

Standards compliant HTML filter written in PHP
http://htmlpurifier.org
GNU Lesser General Public License v2.1
3.07k stars 327 forks source link

"PHP 7.3 compatibility issues - "Since PHP 7.0, functions inspecting arguments, like func_get_args(), no longer report the original value as passed to a parameter ","Use of __autoload() function is deprecated since PHP 7.2 #265

Open kish0808 opened 4 years ago

kish0808 commented 4 years ago

Hello @ezyang ,

Fix PHP 7.3 compatibility issues #266 : https://github.com/ezyang/htmlpurifier/pull/266

kish0808 commented 4 years ago

hello @ezyang update the commit message and fix the INI directive 'zend.ze1_compatibility_mode' is removed since PHP 5.3 https://github.com/ezyang/htmlpurifier/pull/267