Comment installer php5.5 : Compilez-le d'abord et téléchargez-le dans le répertoire d'installation, puis installez les dépendances du logiciel PHP ; puis installez le logiciel libiconv, puis téléchargez et décompressez le logiciel PHP, puis créez un logiciel ; lien vers le logiciel PHP. Et configurez le fichier d'analyse php ; enfin, démarrez le programme [php-fpm].
[Recommandations d'apprentissage associées : programmation php (vidéo)]
php5.5 Méthode d'installation :
1. Compilez et téléchargez dans le répertoire /install/
#Téléchargez dans le répertoire /install/
-rw-r--r-- 1 root root 17773092 Apr 1 10:19 php-5.5.32.tar.gz
2. Installer les dépendances du logiciel PHP
Commande : (vérifier) yum install -y zlib-devel libxml2-devel libjpeg-devel libjpeg-turbo-devel libiconv-devel freetype-devel libpng-devel gd-devel libcurl-devel libxslt-devel
Commande : (vérifier) rpm -qa zlib-devel libxml2-devel libjpeg-devel libjpeg-turbo-devel libiconv-devel freetype-devel libpng-devel gd -devel libcurl -devel libxslt-devel
3. Installation du logiciel libiconv --- bibliothèque de conversion de jeux de caractères (vous ne pouvez pas l'installer par défaut)
commande : (switch) cd /install/
commande : (télécharger) wget http://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.14.tar.gz
commande : (décompresser) tar zxf libiconv-1.14.tar.gz
Commande : (switch) cd /install/libiconv-1.14
Commande : (continue) /install/libiconv-1.14/configure --prefix =/ opt/libiconv
Commande : (Traduire) make
Commande : (Compiler et installer) make install
Commande : (Switch) cd /install/
Commande : (Télécharger)
wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-6.repo wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo
Commande : (Télécharger) yum install libmcrypt-devel mhash mcrypt -y
Commande : (Vérifier) rpm -qa libmcrypt-devel mhash mcrypt
4. Téléchargez et décompressez le logiciel PHP
Commande : (Switch) cd /opt/
Commande : (Extraire) tar xf php-5.5.32 .tar .gz
Commande : (switch) cd /opt/php-5.5.32
Commande : (configurer)
./configure \ --prefix=/opt/php-5.5.32 \ --with-mysql=mysqlnd \ --with-pdo-mysql=mysqlnd \ --with-iconv-dir=/opt/libiconv \ --with-freetype-dir \ --with-jpeg-dir \ --with-png-dir \ --with-zlib \ --with-libxml-dir=/usr \ --enable-xml \ --disable-rpath \ --enable-bcmath \ --enable-shmop \ --enable-sysvsem \ --enable-inline-optimization \ --with-curl \ --enable-mbregex \ --enable-fpm \ --enable-mbstring \ --with-mcrypt \ --with-gd \ --enable-gd-native-ttf \ --with-openssl \ --with-mhash \ --enable-pcntl \ --enable-sockets \ --with-xmlrpc \ --enable-soap \ --enable-short-tags \ --enable-static \ --with-xsl \ --with-fpm-user=nginx \ --with-fpm-group=nginx \ --enable-ftp \ --enable-opcache=no ./configure --prefix=/opt/php-5.5.32 --with-mysql=mysqlnd --with-pdo-mysql=mysqlnd --with-iconv-dir=/opt/libiconv --with-freetype-dir --with-jpeg-dir --with-png-dir --with-zlib --with-libxml-dir=/usr --enable-xml --disable-rpath --enable-bcmath --enable-shmop --enable-sysvsem --enable-inline-optimization --with-curl --enable-mbregex --enable-fpm --enable-mbstring --with-mcrypt --with-gd --enable-gd-native-ttf --with-openssl --with-mhash --enable-pcntl --enable-sockets --with-xmlrpc --enable-soap --enable-short-tags --enable-static --with-xsl --with-fpm-user=nginx --with-fpm-group=nginx --enable-ftp --enable-opcache=no
======== == ================================================ == ==================
Remarque : Remarque : lors du déploiement de l'architecture LNMP, si le service mysql et le service Web ne sont pas sur le même hôte, la configuration php paramètres Doivent être ajustés
--with-mysql=/application/mysql/ => --with-mysql=mysqlnd
Paramètres d'extension PHP : (S'il n'y a pas de problème avec le configuration, vous pouvez omettre les paramètres de configuration suivants, Les paramètres suivants sont liés à l'optimisation PHP)
--with-curlwrappers \ --enable-zip \ --enable-zend-multibyte \
5. Peur de faire des erreurs (protection contre les erreurs) (les informations suivantes n'ont pas besoin d'être configurées. )
Commande : (Créer une connexion logicielle) ln -s /application/mysql/lib/libmysqlclient.so.18 /usr/lib64/
Commande : (Créer un fichier) touch ext/phar/phar.phar
Commande : (Procéder à la traduction de php) make
Commande : (compiler et installer php) make install
6. le logiciel crée un lien logiciel
commande : (créer un lien logiciel) ln -s /opt/php-5.5.32/ /opt/php
7. fichier d'analyse/Configurer le fichier de configuration php-fpm
Commande : (switch) cd /opt/php-5.5.32
Commande : (view) ll php.ini*
-rw-r--r--. 1 1001 1001 69236 2016-02-02 21:33 php.ini-development -rw-r--r--. 1 1001 1001 69266 2016-02-02 21:33 php.ini-production
(php.ini-developments est un fichier de configuration pour le débogage des développeurs, php.ini-production est un fichier de configuration courant pour la production)
Commande : (copier) cp php.ini-production / opt/php/lib/php.ini
php.ini- Comparaison de la différence entre les fichiers de production et php.ini-development
Extension : Commande de comparaison de fichiers diff zdiff vimdiff Comparaison de fichiers sous Windows
Commande : (switch) cd /application/php/etc/
Commande : (switch) cp php-fpm.conf.default php-fpm.conf
( Le contenu suivant dépend de la situation)
# Lors de la compilation et de l'installation de PHP, si la configuration n'est pas Spécifiez correctement les informations utilisateur du processus PHP, vous pouvez modifier le fichier PHP pour ajuster
sed - je 's#user = www#user = nginx#g;s#group = www#group = nginx#g' /application/ php-5.5.32/etc/php-fpm.conf
8. Démarrez le programme php-fpm
Commande : (start)/application/php/sbin/ php-fpm
Commande : (Vérifiez le port) lsof -i : 9000 <--- Confirmez si le port php 9000 est démarré correctement
Commande : (Vérifiez le programme) ps -ef| grep php-fpm
Recommandations associées : Cours vidéo de programmation
Ce qui précède est le contenu détaillé de. pour plus d'informations, suivez d'autres articles connexes sur le site Web de PHP en chinois!