PluginProbe
WP Debugging / 2.2.0
WP Debugging v2.2.0
2.12.6 2.12.5 trunk 2.10.0 2.10.1 2.10.2 2.11.0 2.11.1 2.11.10 2.11.11 2.11.12 2.11.13 2.11.14 2.11.15 2.11.16 2.11.17 2.11.18 2.11.19 2.11.2 2.11.20 2.11.21 2.11.22 2.11.23 2.11.24 2.11.3 All 59 releases
← All changes | vendor/autoload.php +1 -16 trunk2.2.0 View file →
@@ -1,22 +1,7 @@
1 1 <?php
2 2
3 3 // autoload.php @generated by Composer
4 4
5 -if (PHP_VERSION_ID < 50600) {
6 - if (!headers_sent()) {
7 - header('HTTP/1.1 500 Internal Server Error');
8 - }
9 - $err = 'Composer 2.3.0 dropped support for autoloading on PHP <5.6 and you are running '.PHP_VERSION.', please upgrade PHP or use Composer 2.2 LTS via "composer self-update --2.2". Aborting.'.PHP_EOL;
10 - if (!ini_get('display_errors')) {
11 - if (PHP_SAPI === 'cli' || PHP_SAPI === 'phpdbg') {
12 - fwrite(STDERR, $err);
13 - } elseif (!headers_sent()) {
14 - echo $err;
15 - }
16 - }
17 - throw new RuntimeException($err);
18 -}
19 -
20 5 require_once __DIR__ . '/composer/autoload_real.php';
21 6
22 -return ComposerAutoloaderInitfee2b201ed65ce1c019065831091f75a::getLoader();
7 +return ComposerAutoloaderInit8fbb530a853b5e85ef54e29cb992c886::getLoader();