Po rozpakowaniu symfony i uruchomieniu pliku sprawdzającego wymagania check_configuration.php pojawiły się komunikaty:
********************************
* *
* symfony requirements check *
* *
********************************
php.ini used by PHP: /etc/php5/cli/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 launch this
* utility from your web server.
** WARNING **
** Mandatory requirements **
OK PHP version is at least 5.2.4 (5.3.1)
** Optional checks **
OK PDO is installed
OK PDO has some drivers installed: mysql, sqlite, sqlite2
OK PHP-XML module is installed
[[WARNING]] XSL module is installed: FAILED
*** Install the XSL module (recommended for Propel) ***
OK The token_get_all() function is available
[[WARNING]] The mb_strlen() function is available: FAILED
*** Install mb_strlen() function ***
OK The iconv() function is available
OK The utf8_decode() is available
[[WARNING]] A PHP accelerator is installed: FAILED
*** Install a PHP accelerator like APC (highly recommended) ***
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
OK PHP version is not 5.2.9
Pytania:
W swoich projekcie chce użyć DOCTRINE. Czy XSL module będzie mi potrzebne?
Jakie pakiety dołączyć lub co przestawić żeby mb_strlen() było dostępne?
Proszę o pomoc
Juz zrobiłem:

Zainstalowałem z repozytorium (w SUSE) YAST->szukaj->php5-mbstring
A może komus pomoże manual php
link do manuala