********************************
*                              *
*  symfony requirements check  *
*                              *
********************************

php.ini used by PHP: /etc/php5/apache2/php.ini


** Mandatory requirements **

  OK        requires PHP >= 5.2.4
  OK        php.ini: requires zend.ze1_compatibility_mode set to off

** Optional checks **

  OK        PDO is installed
  OK        PDO has some drivers installed: mysql, pgsql, sqlite
  OK        PHP-XML module installed
[[WARNING]] XSL module installed
            *** Install the XSL module (recommended for Propel) ***
  OK        can use token_get_all()
  OK        can use mb_strlen()
  OK        can use iconv()
  OK        can use utf8_decode()
  OK        has a PHP accelerator
[[WARNING]] php.ini: short_open_tag set to off
            *** Set it to off in php.ini ***
  OK        php.ini: magic_quotes_gpc set to off
  OK        php.ini: register_globals set to off
  OK        php.ini: session.auto_start set to off