How to install PHP 7 on EC2 t2.micro Instance running Amazon Linux Distro

后端 未结 14 1844
暖寄归人
暖寄归人 2020-12-04 12:29

I want to install the latest PHP 7.0 on an AWS EC2 T2.Micro Instance. So far I have read that currently AWS do not support PHP 7. But hey.. This is just a virtual server in

14条回答
  •  一向
    一向 (楼主)
    2020-12-04 12:49

    Current answer to problem (not original version in question) - worth knowing since this is a bit simpler and php7 isn't available in the standard repos for Amazon Linux 2, and this didn't come up until I searched a bit harder:

    amazon-linux-extras install php7.2
    

    The version of extras can be checked with a list command if v7.2 is no longer current:

    amazon-linux-extras list
    

提交回复
热议问题