From db588f0c8cc3d14722f2656af39beed1767eefb3 Mon Sep 17 00:00:00 2001 From: Kenji ITO Date: Sun, 11 Dec 2016 16:53:14 +0900 Subject: [PATCH] Updated the build environment --- system/build/composer.lock | 2 +- system/build/vendor/autoload.php | 2 +- system/build/vendor/composer/autoload_real.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/system/build/composer.lock b/system/build/composer.lock index 92e08fa3b..fcea99832 100644 --- a/system/build/composer.lock +++ b/system/build/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "9546b5246587d50a645d1fee0698aa06", + "hash": "3287c560654c7b279b9e2f4ee55646c5", "content-hash": "f539bbd33f838c150b3b3f71f0154949", "packages": [ { diff --git a/system/build/vendor/autoload.php b/system/build/vendor/autoload.php index ef17f3e9f..76d99fe65 100644 --- a/system/build/vendor/autoload.php +++ b/system/build/vendor/autoload.php @@ -2,6 +2,6 @@ // autoload.php @generated by Composer -require_once __DIR__ . '/composer' . '/autoload_real.php'; +require_once __DIR__ . '/composer/autoload_real.php'; return ComposerAutoloaderInit773d23c8c05db964ddef1e220b7111ce::getLoader(); diff --git a/system/build/vendor/composer/autoload_real.php b/system/build/vendor/composer/autoload_real.php index 8413d00f6..0ca853a4d 100644 --- a/system/build/vendor/composer/autoload_real.php +++ b/system/build/vendor/composer/autoload_real.php @@ -27,7 +27,7 @@ public static function getLoader() array_push($includePaths, get_include_path()); set_include_path(join(PATH_SEPARATOR, $includePaths)); - $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION'); + $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded()); if ($useStaticLoader) { require_once __DIR__ . '/autoload_static.php';