kollapsminoriteten/wp-includes/spl-autoload-compat.php

15 lines
441 B
PHP
Raw Permalink Normal View History

2019-11-02 10:38:58 +01:00
<?php
/**
* Polyfill for SPL autoload feature. This file is separate to prevent compiler notices
* on the deprecated __autoload() function.
*
* See https://core.trac.wordpress.org/ticket/41134
*
2019-11-15 22:59:44 +01:00
* @deprecated 5.3.0 No longer needed as the minimum PHP requirement has moved beyond PHP 5.3.
*
2019-11-02 10:38:58 +01:00
* @package PHP
* @access private
*/
2020-12-10 14:06:04 +01:00
_deprecated_file( basename( __FILE__ ), '5.3.0', '', 'SPL can no longer be disabled as of PHP 5.3.' );