Skip to content
This repository has been archived by the owner on Feb 16, 2021. It is now read-only.

Latest commit

 

History

History
47 lines (35 loc) · 1.05 KB

README.md

File metadata and controls

47 lines (35 loc) · 1.05 KB

PHP Build Scripts

Installation

Debian and Ubuntu based Linux distributions

sudo apt-get install -y git-core

Enterprise Linux and Fedora

Fedora Install with:

sudo yum install git

Enterprise Linux (RHEL and CentOS) Install with:

sudo yum install git

Windows

Not supported.

## Setup To build all PHP versions (5.4 + 5.5 + 5.6) with extensions :

git clone https://github.com/Herve-M/php-build-script.git &&
cd php-build-script &&
./build.sh

Commands

  • --install : Full install, create folder, syslink and build all PHP versions + Ext
  • --without-ext : Update all versions of PHP
  • --without-php : Update all extensions of all PHP versions
  • --update-php55 : Update PHP 5.5
  • --update-php56 : Update PHP 5.6
  • --update-php70 : Update PHP 7.0
  • --update-php55-ext : Update PHP 5.5 extensions
  • --update-php56-ext : Update PHP 5.6 extensions
  • --update-php70-ext : Update PHP 7.0 extensions
  • --start-php : Start PHP after install