Reduce connection overhead

This commit is contained in:
Romain Neutron
2014-03-03 13:45:38 +01:00
parent 8cf73891c0
commit 6ba1e61546
5 changed files with 43 additions and 11 deletions

View File

@@ -14,6 +14,8 @@ use Symfony\Component\Debug\ErrorHandler;
require_once __DIR__ . "/../lib/autoload.php";
error_reporting(-1);
ErrorHandler::register();
$environment = Application::ENV_DEV;