--- dokuwiki-2022-07-31a/vendor/composer/autoload_real.php~ 2022-09-03 20:15:22.000000000 +0300 +++ dokuwiki-2022-07-31a/vendor/composer/autoload_real.php 2023-03-30 17:57:54.803967426 +0300 @@ -28,8 +28,11 @@ self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); spl_autoload_unregister(array('ComposerAutoloaderInita19a915ee98347a0c787119619d2ff9b', 'loadClassLoader')); + // autoload_static.php patching is annoying and not worth the effort + if (0) { require __DIR__ . '/autoload_static.php'; call_user_func(\Composer\Autoload\ComposerStaticInita19a915ee98347a0c787119619d2ff9b::getInitializer($loader)); + } $loader->register(true);