update v1.0.7.9 R.C.
This is a Release Candidate. We are still testing.
This commit is contained in:
5
vendor/composer/autoload_real.php
vendored
5
vendor/composer/autoload_real.php
vendored
@@ -27,7 +27,8 @@ class ComposerAutoloaderInit1bacc9bd2a82216bf11bc15e6aee6c79
|
||||
array_push($includePaths, get_include_path());
|
||||
set_include_path(join(PATH_SEPARATOR, $includePaths));
|
||||
|
||||
if (PHP_VERSION_ID >= 50600) {
|
||||
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION');
|
||||
if ($useStaticLoader) {
|
||||
require_once __DIR__ . '/autoload_static.php';
|
||||
|
||||
call_user_func(\Composer\Autoload\ComposerStaticInit1bacc9bd2a82216bf11bc15e6aee6c79::getInitializer($loader));
|
||||
@@ -50,7 +51,7 @@ class ComposerAutoloaderInit1bacc9bd2a82216bf11bc15e6aee6c79
|
||||
|
||||
$loader->register(true);
|
||||
|
||||
if (PHP_VERSION_ID >= 50600) {
|
||||
if ($useStaticLoader) {
|
||||
$includeFiles = Composer\Autoload\ComposerStaticInit1bacc9bd2a82216bf11bc15e6aee6c79::$files;
|
||||
} else {
|
||||
$includeFiles = require __DIR__ . '/autoload_files.php';
|
||||
|
Reference in New Issue
Block a user