bonjour, je suis pas sur d'être au bon endroit mais comme c'est lié a l'installation de symfony, on sait jamais.
je suis en phase pre-prod et je check mon serveur de prod.
Ci dessous le fichier de conf :
mon souci est au niveau des extensions, notamment mb_string. je ne trouve même pas cette dll sur mon disque. ou puis je la récupérer.
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35 ******************************** * * * symfony requirements check * * * ******************************** php.ini used by PHP: C:\Program Files\PHP\php.ini ** Mandatory requirements ** OK PHP version is at least 5.2.4 (5.2.17) ** Optional checks ** OK PDO is installed OK PDO has some drivers installed: mysql OK PHP-XML module is installed [[WARNING]] XSL module is installed: FAILED *** Install and enable the XSL module (recommended for Propel) *** OK The token_get_all() function is available [[WARNING]] The mb_strlen() function is available: FAILED *** Install and enable the mbstring extension *** OK The iconv() function is available OK The utf8_decode() is available [[WARNING]] The posix_isatty() is available: FAILED *** Install and enable the php_posix extension (used to colorized the CLI output) *** [[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 [[WARNING]] php.ini has register_globals set to off: FAILED *** Set it to off in php.ini *** OK php.ini has session.auto_start set to off OK PHP version is not 5.2.9
PS: Google est mon sauveur, sauf que tout les liens que j'ai trouvé explique comment rajoute la ligne dans le php.ini mais rien quand ce fichier n'est pas présent.
Partager