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

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


** Mandatory requirements **

  OK        PHP version is at least 7.4.0 (8.1.31)

** Optional checks **

  OK        PDO is installed
  OK        PDO has some drivers installed: firebird, mysql
  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
[[WARNING]] A PHP accelerator is installed: FAILED
            *** Install a PHP accelerator like APCu (highly recommended) ***
  OK        php.ini has short_open_tag 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. ***