mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-08-28 08:10:42 +02:00
feat: PHP 8.4 support (#441)
This commit is contained in:
@@ -23,9 +23,8 @@
|
||||
* $test_files) do not have underscores in their names.
|
||||
*/
|
||||
|
||||
// HTML Purifier runs error free on E_STRICT, so if code reports
|
||||
// errors, we want to know about it.
|
||||
error_reporting(E_ALL | E_STRICT);
|
||||
// HTML Purifier runs error free.
|
||||
error_reporting(E_ALL);
|
||||
|
||||
// Because we always want to know about errors, and because SimpleTest
|
||||
// will notify us about them, logging the errors to stderr is
|
||||
|
Reference in New Issue
Block a user