Outils pour utilisateurs

Outils du site


maj:php

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
Dernière révision Les deux révisions suivantes
maj:php [2008/02/05 14:00]
linkuff
maj:php [2011/02/02 22:42]
127.0.0.1 modification externe
Ligne 2: Ligne 2:
  
    # wget http://www.php.net/get/php-5.2.5.tar.gz/from/a/mirror    # wget http://www.php.net/get/php-5.2.5.tar.gz/from/a/mirror
 +
 +  * On décompresse :
 +
    # gzip -d php-5.2.5.tar.gz    # gzip -d php-5.2.5.tar.gz
    # tar -xzf php-5.2.5.tar    # tar -xzf php-5.2.5.tar
 +
 +  * On configure :
 +
    # cd php-5.2.5    # cd php-5.2.5
    # ./config.nice    # ./config.nice
    # make    # make
    # make test    # make test
 +
 +  * Et si tout est ok, on install :
 +
    # make install    # make install
maj/php.txt · Dernière modification: 2018/07/30 10:09 de linkuff