block useless usort() E_DEPRECATED for the time being

This commit is contained in:
Andrew Dolgov 2021-08-23 18:38:37 +03:00
parent 2c931df77c
commit a1173ab06a
1 changed files with 1 additions and 0 deletions

View File

@ -522,6 +522,7 @@ class RPC extends Handler_Protected {
WHERE
errno NOT IN (".E_USER_NOTICE.", ".E_USER_DEPRECATED.") AND
$log_interval AND
errstr NOT LIKE '%Returning bool from comparison function is deprecated%' AND
errstr NOT LIKE '%imagecreatefromstring(): Data is not in a recognized format%'");
$sth->execute();