From: wn_ Date: Sat, 27 May 2017 15:52:16 +0000 (-0500) Subject: Replace '__autoload' (deprecated in PHP 7.2) with 'spl_autoload_register'. X-Git-Tag: 17.12~177^2 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=9b8bec700a0597dcaee2886786ebec69c85d8f5f;p=tt-rss.git Replace '__autoload' (deprecated in PHP 7.2) with 'spl_autoload_register'. http://php.net/manual/en/function.autoload.php http://php.net/spl_autoload_register https://wiki.php.net/rfc/deprecations_php_7_2 --- diff --git a/include/autoload.php b/include/autoload.php index 28a2effd..3ab998b7 100644 --- a/include/autoload.php +++ b/include/autoload.php @@ -1,7 +1,7 @@