Skip to content

Commit

Permalink
Updated the build environment
Browse files Browse the repository at this point in the history
  • Loading branch information
mystralkk committed Dec 11, 2016
1 parent 1edf9a1 commit db588f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion system/build/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion system/build/vendor/autoload.php
Expand Up @@ -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();
2 changes: 1 addition & 1 deletion system/build/vendor/composer/autoload_real.php
Expand Up @@ -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';

Expand Down

0 comments on commit db588f0

Please sign in to comment.