Français
- Connectez vous en SSH avec un accès root
- Tapez les lignes de commande suivante
yum install php-common yum install php-curl
- Si le système vous demande si vous souhaitez confirmer l'installation, tapez “O” ou “Y”
- Redémarrez Apache en tapant /etc/init.d/apache2 restart ou Lighttpd en tapant /etc/init.d/lighttpd restart
English
- Connect to your server with SSH and a root user
- Type this command line
yum install php-common yum install php-curl
- If your server ask you for a confirmation, type “Y” or “yes”
- Reboot Apache with /etc/init.d/apache2 restart or Lighttpd with /etc/init.d/lighttpd restart