Merge pull request #1006 from romainneutron/fix-connection-master

[Ready][3.9] Add reconnectable connection
This commit is contained in:
Nicolas Le Goff
2014-03-04 11:19:44 +01:00
26 changed files with 231 additions and 27 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;