Bug cli lors de la création projet
Bonjour,
Voulant reprendre le développement avec Symfony, j'ai donc téléchargé les sources 1.4.1, mais lorsque j'ai voulu créer un projet avec la commande classique "php lib/vendor/symfony/data/bin/symfony generate:project toto", j'ai eu le message "There are no tasks defined in the "generate" namespace.".
Pour information, je suis sous FreeBSD 8.0, ma version de php fraichement recompilée est 6.0.0-dev, et le check conf donne ceci (uniquement des warning qui ne doivent pas poser de problèmes ici) :
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
| ** Mandatory requirements **
OK PHP version is at least 5.2.4 (6.0.0-dev)
** 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
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 ***
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 |
Rgds,
Vincent Giersch