update v1.0.7.9 R.C.

This is a Release Candidate. We are still testing.
This commit is contained in:
Sujit Prasad
2016-08-03 20:04:36 +05:30
parent 8b6b924d09
commit ffa56a43cb
3830 changed files with 181529 additions and 495353 deletions

View File

@@ -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';