I have a PC with windows 8.1 and XAMPP v3.2.1 and it includes PHP 5.6. I followed these steps from: http://symfony.com/doc/current/cookbook/web_server/built_in.html
php app/console server:run x.x.x.x:8000
The issue is, I can't run my symfony app in a web server, the error is:
Built in server terminated unexpectedly
If I launch this command: php app/console server:run, everything is ok:
Server running on http://127.0.0.1:8000
And this: php app/console server:run 0.0.0.0:8000 => OK
My application isn't accessible with my local IP address.