]> git.pld-linux.org Git - packages/dokuwiki.git/blame - autoload.patch
up to 2018-04-22 "Greebo"
[packages/dokuwiki.git] / autoload.patch
CommitLineData
392eaabe
ER
1--- dokuwiki-2018-04-22a/vendor/composer/autoload_real.php~ 2018-05-03 09:36:13.000000000 +0300
2+++ dokuwiki-2018-04-22a/vendor/composer/autoload_real.php 2018-11-10 19:37:33.858380525 +0200
3@@ -23,7 +23,7 @@
4 self::$loader = $loader = new \Composer\Autoload\ClassLoader();
5 spl_autoload_unregister(array('ComposerAutoloaderInita19a915ee98347a0c787119619d2ff9b', 'loadClassLoader'));
6
7- $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
8+ $useStaticLoader = false; // autoload_static.php patching is annoying and not worth the effort
9 if ($useStaticLoader) {
10 require_once __DIR__ . '/autoload_static.php';
11
This page took 0.029664 seconds and 4 git commands to generate.