Ubuntu 16.0.4 - 如何在特定目录中运行 PHP 5

Ubuntu 16.0.4 - 如何在特定目录中运行 PHP 5

我有一个运行 ubuntu 16.0.4 的 VPS。我已经安装了 lamp stack。我有一个从 code canyon 购买的应用程序,需要 PHP 5.6 才能运行。

Main App (directory)
--------
  code-canyon-app (this directory needs PHP 5)

如何安装 PHP 5 并使其可用于应用程序目录?

答案1

你可以在 ubuntu 中安装不同的 php,并为你的应用程序配置它们。使用 apt-get 安装你的 php 版本,并将它们引用到你需要使用的 apache 或应用程序中。https://devanswers.co/run-multiple-php-versions-on-apache/

相关内容