Add Debian 6 in Vagrantfile to test with PHP 5.3.3

This commit is contained in:
Frederic Guillot
2015-02-21 15:56:12 -05:00
parent 48ef507b07
commit 279ad3c17e
2 changed files with 7 additions and 1 deletions

View File

@@ -119,7 +119,7 @@ abstract class Base
}
$this->container['logger']->debug('SQL_QUERIES={nb}', array('nb' => $this->container['db']->nb_queries));
$this->container['logger']->debug('RENDERING={time}', array('time' => microtime(true) - $_SERVER['REQUEST_TIME_FLOAT']));
$this->container['logger']->debug('RENDERING={time}', array('time' => microtime(true) - @$_SERVER['REQUEST_TIME_FLOAT']));
}
}