php-build

Builds PHP so that multiple versions can be used side by side.

  • 所有者: php-build/php-build
  • 平台:
  • 許可證: MIT License
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

php-build Build Status

php-build is a utility for building versions of PHP to use them side by side with each other. The overall structure is loosly borrowed from Sam Stephenson's ruby-build.

Do you like php-build? You can buy me a beer by Gittipp-ing. Consider also Gittipp-ing one of the awesome contributors.

Overview

Installation

As phpenv plugin

With phpenv via installer

It's the standard way: installs phpenv in $HOME/.phpenv (default
$PHPENV_ROOT value).

curl -L https://raw.githubusercontent.com/phpenv/phpenv-installer/master/bin/phpenv-installer \, bash

See more on https://github.com/phpenv/phpenv-installer: install phpenv +
php-build/php-build (and
other plugins), updating all of them when you want to!

With phpenv manually

Locate your phpenv directory:

% ls $HOME/.phpenv

Clone the Git repository into phpenv plugins directory:

% git clone git://github.com/php-build/php-build.git $HOME/.phpenv/plugins/php-build

Now you can use php-build as phpenv plugin, as follows:

% phpenv install <definition>

The built version will be installed into $HOME/.phpenv/versions/<definition>.

As standalone php-build

Clone the Git Repository:

% git clone git://github.com/php-build/php-build.git

Then go into the extracted/cloned directory and run:

% ./install.sh

This installs php-build to the default prefix /usr/local.

To install php-build to an other location than /usr/local set the PREFIX
environment variable:

% PREFIX=$HOME/local ./install.sh

If you don't have permissions to write to the prefix, then you have to run
install.sh as superuser, either via su -c or via sudo.

Contributing

Issue reports and pull requests are always welcome.

All contributions will be reviewed and merged by the core team:

See CONTRIBUTING.md.

Changelog

See CHANGELOG.md.

License

php-build is released under the MIT License.

主要指標

概覽
名稱與所有者php-build/php-build
主編程語言Shell
編程語言Shell (語言數: 2)
平台
許可證MIT License
所有者活动
創建於2011-08-12 18:09:20
推送於2025-07-14 15:49:31
最后一次提交2025-07-15 00:10:46
發布數17
最新版本名稱v0.10.0 (發布於 2013-06-13 11:37:47)
第一版名稱v0.1.0 (發布於 2011-12-28 10:54:22)
用户参与
星數1k
關注者數29
派生數156
提交數1.2k
已啟用問題?
問題數224
打開的問題數32
拉請求數464
打開的拉請求數3
關閉的拉請求數103
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?