id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,focuses 46630,Remove SPL-Autoload polyfill,ayeshrajans,,"Follow up to #46594 and #40109 PHP 7.2 deprecated the `__autoload` function to autoload PHP classes in favor of `spl_autoload_register`. For PHP versions <= 5.2, one can have PHP versions without `SPL`, which added the `spl_autoload_register`. To make sure tests pass, I split the WordPress's `__autoload` implementation to a separate file `spl-autoload-compat.php`. Now that we require PHP 5.6.30 in trunk, we can safely remove this polyfill!",enhancement,closed,normal,,Bootstrap/Load,4.2,normal,duplicate,has-patch,,performance