Skip to content
This repository has been archived by the owner on Feb 16, 2021. It is now read-only.
/ php-build-script Public archive

(Basic) Shell script for automating PHP building and extention building

License

Notifications You must be signed in to change notification settings

Herve-M/php-build-script

Repository files navigation

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

About

(Basic) Shell script for automating PHP building and extention building

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages