[Symfony] installation de symfony

Répondre


Cette question est un moyen d’empêcher des soumissions automatisées de formulaires par des robots.
Smileys
:D :) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :| :mrgreen: =D> #-o =P~ :^o :non: :priere: 8-|
Voir plus de smileys
  Revue du sujet
 

  Étendre la vue Revue du sujet : [Symfony] installation de symfony

Re: installation de symfony

par stealth35 » 26 janv. 2010, 19:20

non c'est normal, install APC, le module XSL et tu mets le short tag et le gpc sur Off

[Symfony] installation de symfony

par x@v » 26 janv. 2010, 19:08

Bonjour,
je voudrais utiliser un framework en php (Symfony) :
Mais quand je regarde ma config j'ai des warning ?
Au préalable il ma dit que je n'avais pas installé php, alors que j'avais utiliser tasquel (je suis sous linux)
sudo tasksel install lamp-server
pour installer lamp
http://doc.ubuntu-fr.org/lamp
J'ai donc installé php 5 une seconde fois pour ensuite lancer le fichier de configuration et constater pas mal de warning.

[[WARNING]] XSL module is installed: FAILED
[[WARNING]] A PHP accelerator is installed: FAILED
*** Install a PHP accelerator like APC (highly recommended) ***
[[WARNING]] php.ini has short_open_tag set to off: FAILED
*** Set it to off in php.ini ***
[[WARNING]] php.ini has magic_quotes_gpc set to off: FAILED
*** Set it to off in php.ini ***
Sa me semble beaucoups, est-ce habituel dans symfony ?
Merci

Code : Tout sélectionner

xav@hack:/home/sfprojects/jobeet$ php lib/vendor/symfony/data/bin/check_configuration.php ******************************** * * * 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.2.10-2ubuntu6.4) ** 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 the XSL module (recommended for Propel) *** 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 [[WARNING]] A PHP accelerator is installed: FAILED *** Install a PHP accelerator like APC (highly recommended) *** [[WARNING]] php.ini has short_open_tag set to off: FAILED *** Set it to off in php.ini *** [[WARNING]] php.ini has magic_quotes_gpc set to off: FAILED *** Set it to off in php.ini *** 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 xav@hack:/home/sfprojects/jobeet$
Merci d'avance