We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48c7e32 commit 9b9d243Copy full SHA for 9b9d243
lib/autoload/sfAutoload.class.php
@@ -138,7 +138,7 @@ public function reloadClasses($force = false)
138
139
$file = $configuration->getConfigCache()->checkConfig('config/autoload.yml');
140
141
- if (defined('HHVM_VERSION'))
+ if ($force && defined('HHVM_VERSION'))
142
{
143
// workaround for https://github.com/facebook/hhvm/issues/1447
144
$this->classes = eval(str_replace('<?php', '', file_get_contents($file)));
0 commit comments