How do I install PHP 7 (PHP next generation) on Ubuntu

前端 未结 9 1980
野性不改
野性不改 2020-12-24 03:27

How do I install PHP 7 (PHP next generation) on Ubuntu?

I wanted to install PHP 7 on a clean install of Ubuntu to see what issues I would face.

Here’s the of

9条回答
  •  遥遥无期
    2020-12-24 04:04

    On Ubuntu 16

    apt-get update

    apt-get install php libapache2-mod-php php-mcrypt

    this installed php7

提交回复
热议问题