项目作者: shivammathur

项目描述 :
Install PHP 5 versions on darwin
高级语言: Shell
项目地址: git://github.com/shivammathur/php5-darwin.git
创建时间: 2020-02-28T19:20:12Z
项目社区:https://github.com/shivammathur/php5-darwin

开源协议:Other

下载


PHP5 for darwin

Build status
LICENSE
PHP Versions Supported

Scripts to install end of life PHP versions.

PHP versions in this project have reached end of life and should not be used except for testing backward-compatibility.

Usage

PHP 5.3

  1. curl -sSL https://github.com/shivammathur/php5-darwin/releases/latest/download/install.sh | bash -s 53

PHP 5.4

  1. curl -sSL https://github.com/shivammathur/php5-darwin/releases/latest/download/install.sh | bash -s 54

PHP 5.5

  1. curl -sSL https://github.com/shivammathur/php5-darwin/releases/latest/download/install.sh | bash -s 55

SAPI

  • cli
  • cgi
  • fpm

License

  • This project is released under the MIT license. Please see the license file for more information.
  • This project uses builds from macports and their LICENSE can be found here.
  • Macports build of php-fpm uses daemondo binary for launching services. It is redistributed with the PHP builds and its LICENSE can be found here.