I'm trying to set up sample Symfony2 project as shown here http://symfony.com/doc/current/quick_tour/the_big_picture.html
and after accessing config.php I have this:
Major problems have been detected and must be fixed before continuing:
Add "phar" to suhosin.executor.include.whitelist in php.ini*.
I added this:
suhosin.executor.include.whitelist="phar"
into php.ini, but config.php still show the same message.