ここに示すように、サンプルの Symfony2 プロジェクトをセットアップしようとしています http://symfony.com/doc/current/quick_tour/the_big_picture.html
そしてconfig.phpにアクセスした後、私はこれを持っています:
Major problems have been detected and must be fixed before continuing:
Add "phar" to suhosin.executor.include.whitelist in php.ini*.
私はこれを追加しました:
suhosin.executor.include.whitelist="phar"
php.ini に追加しても、config.php には同じメッセージが表示されます。