bonjour,
j'ai problème d'installation de la librairie symfony 1.2.4 sur MAMP (mac osx) avec JOBEET.
en effet, lorsque je lance une vérification pour savoir si la configuration répond aux exigences minimum de symfony, un message d'erreur sur le terminal apparaît.
> la commande de vérification :
power-mac-g4-de-pierre-henri-bord:/Applications/MAMP/htdocs/sfprojects/jobeet phbord$ php /Applications/MAMP/htdocs/sfprojects/jobeet/lib/vendor/symfony/data/bin/check_configuration.php
> l'affichage du message d'erreur :
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
| ********************************
* *
* symfony requirements check *
* *
********************************
php.ini used by PHP: WARNING: not using a php.ini file
** 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 **
[[ ERROR ]] requires PHP >= 5.2.4
*** Current version is 4.4.9 ***
You must fix this problem before resuming the check. |
pourriez-vous m'aider à régler ce problème ? merci.
Partager