******************************** * * * Symfony requirements check * * * ******************************** * Configuration file used by PHP: /images/legacy/usr/local/php-config/5.4/php-fpm.ini ** ATTENTION ** * The PHP CLI can use a different php.ini file * than the one used with your web server. * To be on the safe side, please also launch the requirements check * from your web server using the web/config.php script. ** Mandatory requirements ** OK PHP version must be at least 5.3.3 (5.4.45 installed) ERROR Vendor libraries must be installed Vendor libraries are missing. Install composer following instructions from http://getcomposer.org/. Then run "php composer.phar install" to install them. ERROR Outdated requirements file Your requirements file is outdated. Run composer install and re-check your configuration. ERROR app/cache/ directory must be writable Change the permissions of the "app/cache/" directory so that the web server can write into it. ERROR app/logs/ directory must be writable Change the permissions of the "app/logs/" directory so that the web server can write into it. OK date.timezone setting must be set OK Default timezone "Europe/Paris" is not supported by your installation of PHP OK json_encode() must be available OK session_start() must be available OK ctype_alpha() must be available OK token_get_all() must be available OK simplexml_import_dom() must be available OK APC version must be at least 3.0.17 OK detect_unicode must be disabled in php.ini OK suhosin.executor.include.whitelist must be configured correctly in php.ini OK PCRE extension must be available and at least 8.0 (8.37 installed) ** Optional recommendations ** OK Your project might not work properly ("Notice: Trying to get property of non-object") due to the PHP bug #52083 before PHP 5.3.4 (5.4.45 installed) OK Your project might not work properly ("Cannot dump definitions which have method calls") due to the PHP bug #61453 in PHP 5.4.0 OK Annotations might not work properly due to the PHP bug #55156 before PHP 5.3.8 (5.4.45 installed) OK PHP-XML module should be installed OK mb_strlen() should be available OK iconv() should be available OK utf8_decode() should be available OK posix_isatty() should be available OK intl extension should be available OK intl ICU version should be at least 4+ WARNING a PHP accelerator should be installed Install and enable a PHP accelerator like APC (highly recommended). WARNING short_open_tag should be disabled in php.ini Set short_open_tag to off in php.ini*. OK magic_quotes_gpc should be disabled in php.ini OK register_globals should be disabled in php.ini OK session.auto_start should be disabled in php.ini OK PDO should be installed OK PDO should have some drivers installed (currently available: mysql, pgsql, sqlite)