sh 安装PHP7(https://www.colinodell.com/blog/2015-12/installing-php-7-0-0)

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 安装PHP7(https://www.colinodell.com/blog/2015-12/installing-php-7-0-0)相关的知识,希望对你有一定的参考价值。

# make sure the following lines are in your /etc/apt/sources.list

  deb http://packages.dotdeb.org jessie all
  deb-src http://packages.dotdeb.org jessie all

# install multibyte string support, its php7 version, native language support (and mysqli extension if not already installed with mysql)
# mysql is removed from PHP7, php7.0-mysql is in fact mysqli

  sudo apt-get install php-mbstring php7.0-mbstring php-gettext php7.0-mysql

# install PHPMyadmin

  apt-get install phpmyadmin

# create symbolic link from phpmyadmin.conf to /etc/phpmyadmin/apache.conf

  sudo ln -s /etc/phpmyadmin/apache.conf /etc/apache2/[conf.d|conf-available]/phpmyadmin.conf

以上是关于sh 安装PHP7(https://www.colinodell.com/blog/2015-12/installing-php-7-0-0)的主要内容,如果未能解决你的问题,请参考以下文章

sh 在Ubuntu 16.04上安装PHP7.2 NGINX和PHP7.2-FPM

sh 在Ubuntu 16.04上安装PHP7.2 NGINX和PHP7.2-FPM

sh 在Ubuntu 16.04上安装PHP7.2 NGINX和PHP7.2-FPM

sh php7安装。剂量不起作用这个脚本!

sh Ubuntu 14.04 PHP7(从源代码安装)

sh 安装php7.1 ubuntu 16.04 EC2