Difference between revisions of "Install PHP 7 on its dedicated server"
Line 1: | Line 1: | ||
+ | <span data-link_translate_ru_title="Установка PHP 7 на выделенный сервер" data-link_translate_ru_url="%D0%A3%D1%81%D1%82%D0%B0%D0%BD%D0%BE%D0%B2%D0%BA%D0%B0+PHP+7+%D0%BD%D0%B0+%D0%B2%D1%8B%D0%B4%D0%B5%D0%BB%D0%B5%D0%BD%D0%BD%D1%8B%D0%B9+%D1%81%D0%B5%D1%80%D0%B2%D0%B5%D1%80"></span>[[:ru:Установка PHP 7 на выделенный сервер]][[ru:Установка PHP 7 на выделенный сервер]] | ||
<span data-link_translate_pl_title="Zainstalować PHP 7 na jego serwer dedykowany" data-link_translate_pl_url="Zainstalowa%C4%87+PHP+7+na+jego+serwer+dedykowany"></span>[[:pl:Zainstalować PHP 7 na jego serwer dedykowany]][[pl:Zainstalować PHP 7 na jego serwer dedykowany]] | <span data-link_translate_pl_title="Zainstalować PHP 7 na jego serwer dedykowany" data-link_translate_pl_url="Zainstalowa%C4%87+PHP+7+na+jego+serwer+dedykowany"></span>[[:pl:Zainstalować PHP 7 na jego serwer dedykowany]][[pl:Zainstalować PHP 7 na jego serwer dedykowany]] | ||
<span data-link_translate_ja_title="専用のサーバーで PHP 7 をインストールします。" data-link_translate_ja_url="%E5%B0%82%E7%94%A8%E3%81%AE%E3%82%B5%E3%83%BC%E3%83%90%E3%83%BC%E3%81%A7+PHP+7+%E3%82%92%E3%82%A4%E3%83%B3%E3%82%B9%E3%83%88%E3%83%BC%E3%83%AB%E3%81%97%E3%81%BE%E3%81%99%E3%80%82"></span>[[:ja:専用のサーバーで PHP 7 をインストールします。]][[ja:専用のサーバーで PHP 7 をインストールします。]] | <span data-link_translate_ja_title="専用のサーバーで PHP 7 をインストールします。" data-link_translate_ja_url="%E5%B0%82%E7%94%A8%E3%81%AE%E3%82%B5%E3%83%BC%E3%83%90%E3%83%BC%E3%81%A7+PHP+7+%E3%82%92%E3%82%A4%E3%83%B3%E3%82%B9%E3%83%88%E3%83%BC%E3%83%AB%E3%81%97%E3%81%BE%E3%81%99%E3%80%82"></span>[[:ja:専用のサーバーで PHP 7 をインストールします。]][[ja:専用のサーバーで PHP 7 をインストールします。]] |
Revision as of 04:06, 5 January 2017
ru:Установка PHP 7 на выделенный сервер
pl:Zainstalować PHP 7 na jego serwer dedykowany
ja:専用のサーバーで PHP 7 をインストールします。
ar:تثبيت 7 بي إتش بي على خادم مخصص لها
zh:在其专用的服务器上安装 PHP 7
de:PHP-7 auf einem dedizierten Server installieren
nl:Installeren PHP 7 op zijn dedicated server
it:Installare PHP 7 sul proprio server dedicato
pt:Instalar o 7 PHP em seu servidor dedicado
es:Instalar 7 PHP en su servidor dedicado
fr:Installer PHP 7 sur son serveur dédié
This article has been created by an automatic translation software. You can view the article source here.
Introduction | _. _. You want to take advantage of the latest major version of PHP on your | _. _. dedicated | _. _. This article will allow you to install PHP | _. _. in a few commands and so boost your ites and CMS running PHP
Performance up to: _! _ | times higher under Wordpress | _. _. : _! _ | Attention, at the moment the official Debian repositories | _. _. lack of version | _. _. PHP, the package will be available from Debian | _. _. . It is still possible to benefit from PHP | _. _. on your | _. _. under Debian | _. _. This article is addressed to the essentially to users with a | _. _. dedicated without installation of Plesk. Server Adding the Dotdeb deposits | _. _. As stated above, PHP | _. _. is not yet available in the official repositories of Debian, it will be necessary to configure the repositories of ? , a Debian unofficial repository containing among other things the version | _. _. PHP. 7 Addition of the deposit | _. _. Is to update its deposits | _. _. Remove PHP | _. _. ( Retrieve the list of older modules php | _. _. installed | _. _. It may be useful to keep the list of packages php | _. _. currently installed on your | _. _. for resettlement under PHP | _. _. If PHP | _. _. is already installed and you do not want to mix both versions | _. _. choices presented in this article | _. _. with your Apache installation | _. _. Installation of PHP | _. _. Installation of PHP | _. _. : _! _ | You will understand, if a module is required by your site or project, it will be generally named php | _. _. PHP test | _. _. You have the possibility to test your new version of PHP using the function phpinfo | _. _. to display various information relating to your | _. _. Web. 3 To do this create a new file info.php in the hierarchy of your web site with content | _. _. Access will be made then to | _. _. : _! _ | Under Apache module PHP | _. _. If active automatically, you now get a PHP installation | _. _. functional | _. _. Attention, if you chose to delete the old installation PHP | _. _. you have probably noticed that PHPMyAdmin was part of packages removed during the operation. Indeed LDCS requires a working installation of PHP | _. _. .x to be filled. If you want to keep PHPMyAdmin you will then need to co-locate the two version of PHP on your 4.3.1 ! ).
Installation
8 7 97 Server 8.
Server
7 Dotdeb 7
- :
# On ajoute le nouveau dépôts à notre liste echo "deb http://packages.dotdeb.org jessie all" > /etc/apt/sources.list.d/dotdeb.list # On ajoute la clé GPG d'identification du dépôts wget -O- https://www.dotdeb.org/dotdeb.gpg | apt-key add -
- :
apt-get update
5.x
- 5
5 Server 7.
dpkg --list | grep php | awk '/^ii/{ print $2}'
- 5 ( ) 2
# Suppression de tous les packages PHP5 et dépendances apt-get autoremove --purge php5*
7
- 7
# Installation de PHP7 ainsi que quelques dépendances et modules principaux pour Apache apt-get install php7.0 libapache2-mod-php7.0 php7.0-fpm php7.0-mysql php7.0-curl php7.0-json php7.0-gd php7.0-intl php7.0-mbstring php7.0-xml php7.0-zip
7
() Server web.
:
<?php phpinfo(); ?>
http://ip.Server/info.php
Conclusion
7 7 !
5 5 Server.
Enable comment auto-refresher