Hi! Well, I got this *on windows:*
******************************** > * * > * Symfony requirements check * > * * ******************************** php.ini used by PHP: C:\Binary\php\php.ini > ** WARNING ** > * The PHP CLI can use a different php.ini file > * than the one used with your web server. > * (especially on the Windows platform) > * If this is the case, please ALSO launch this > * utility from your web server. > ** WARNING ** > ** Mandatory requirements ** > OK Checking that PHP version is at least 5.3.2 (5.3.2 installed) > OK Checking that vendor libraries are installed > OK Checking that the "date.timezone" setting is set > OK Checking that app/cache/ directory is writable > OK Checking that the app/logs/ directory is writable > OK Checking that the json_encode() is available > OK Checking that the session_start() is available > OK Checking that the ctype_alpha() is available > OK Checking that the token_get_all() is available > OK Checking that the simplexml_import_dom() is available > OK Checking that the APC version is at least 3.0.17 > OK Checking that php.ini has detect_unicode set to off > OK Checking that php.ini has suhosin.executor.include.whitelist > correctly configured > ** Optional checks ** > OK Checking that the PHP-XML module is installed > > [[WARNING]] Checking that the mb_strlen() function is available: FAILED > *** Install and enable the mbstring extension *** > OK Checking that the iconv() function is available > OK Checking that the utf8_decode() is available > > [[WARNING]] Checking that the intl extension is available: FAILED > *** Install and enable the intl extension (used for > validators) *** > > [[WARNING]] Checking that a PHP accelerator is installed: FAILED > *** Install a PHP accelerator like APC (highly recommended) *** > OK Checking that php.ini has short_open_tag set to off > OK Checking that php.ini has magic_quotes_gpc set to off > OK Checking that php.ini has register_globals set to off > OK Checking that php.ini has session.auto_start set to off > ** Optional checks (Doctrine) ** > OK Checking that PDO is installed > OK Checking that PDO has some drivers installed: mysql, sqlite *On linux I got this:* ******************************** > * * > * Symfony requirements check * > * * > ******************************** > php.ini used by PHP: /etc/php/cli-php5.3/php.ini > ** WARNING ** > * The PHP CLI can use a different php.ini file > * than the one used with your web server. > * If this is the case, please ALSO launch this > * utility from your web server. > ** WARNING ** > ** Mandatory requirements ** > OK Checking that PHP version is at least 5.3.2 (5.3.10-pl2-gentoo > installed) > OK Checking that vendor libraries are installed > OK Checking that the "date.timezone" setting is set > OK Checking that app/cache/ directory is writable > OK Checking that the app/logs/ directory is writable > OK Checking that the json_encode() is available > OK Checking that the session_start() is available > OK Checking that the ctype_alpha() is available > OK Checking that the token_get_all() is available > OK Checking that the simplexml_import_dom() is available > OK Checking that the APC version is at least 3.0.17 > OK Checking that php.ini has detect_unicode set to off > OK Checking that php.ini has suhosin.executor.include.whitelist > correctly configured > ** Optional checks ** > OK Checking that the PHP-XML module is installed > OK Checking that the mb_strlen() function is available > OK Checking that the iconv() function is available > OK Checking that the utf8_decode() is available > OK Checking that the posix_isatty() is available > OK Checking that the intl extension is available > OK Checking that the intl ICU version is at least 4+ > OK Checking that a PHP accelerator is installed > OK Checking that php.ini has short_open_tag set to off > OK Checking that php.ini has magic_quotes_gpc set to off > OK Checking that php.ini has register_globals set to off > OK Checking that php.ini has session.auto_start set to off > ** Optional checks (Doctrine) ** > OK Checking that PDO is installed > OK Checking that PDO has some drivers installed: mysql, sqlite, > sqlite2 -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en
