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

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


** Mandatory requirements **

  OK        PHP version is at least 5.3.1 (7.4.27)

** Optional checks **

  OK        PDO is installed
  OK        PDO has some drivers installed: mysql, pgsql
  OK        The token_get_all() function is available
  OK        The mb_strlen() function is available
  OK        The iconv() function is available
  OK        The utf8_decode() is available
  OK        The posix_isatty() is available
  OK        A PHP accelerator is installed
  OK        php.ini has short_open_tag set to off
  OK        php.ini has magic_quotes_gpc set to off
  OK        php.ini has register_globals set to off
  OK        php.ini has session.auto_start set to off
[[WARNING]] Memcache is available: FAILED
            *** You must have memcache installed and enabled to use sfMemcacheCache class. ***