I downloaded symfony 2.0.9 without providers. After that I executed php bin/vendors install to install the providers. The process went well. But when I executed http://localhost/project/web/app.php , I got
Error 101 (net :: ERR_CONNECTION_RESET)
I do not know what's going on.
If I comment on the line $kernel->handle(Request::createFromGlobals())->send(); in app.php , the response has changed to 200 OK.
Does anyone know what the problem is? I'm on PHP 5.3.9
Thanks in advance.
source share