Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
PHPBrew
Search
Yo-An Lin
November 12, 2013
Programming
2
320
PHPBrew
Managing different PHP environment with PHPBrew.
Yo-An Lin
November 12, 2013
Tweet
Share
More Decks by Yo-An Lin
See All by Yo-An Lin
BBGO 2022 - Modern Crypto Trading Bot
c9s
0
420
RequestGen
c9s
0
180
Callbackgen
c9s
0
100
Chainlink Ecosystem Overview
c9s
0
230
Go Crypto Trading
c9s
1
310
Virtual Machines
c9s
7
2.8k
The Voice of Code - COSCUP 2018
c9s
2
660
Building Popular Open Source Projects - COSCUP 2018
c9s
1
470
Vikube: Operate Kubernetes in Vim
c9s
0
540
Other Decks in Programming
See All in Programming
Serving TUIs over SSH with Go
caarlos0
0
560
今話題のMCPサーバーをFastAPIでサッと作ってみた
yuukis
0
110
20250426 GDGoC 合同新歓 - GDGoC のススメ
getty708
0
110
Cursor/Devin全社導入の理想と現実
saitoryc
28
21k
GitHub Copilot for Azureを使い倒したい
ymd65536
1
310
RubyKaigi Dev Meeting 2025
tenderlove
1
1.3k
Making TCPSocket.new "Happy"!
coe401_
1
3k
fieldalignmentから見るGoの構造体
kuro_kurorrr
0
130
設計の本質:コード、システム、そして組織へ / The Essence of Design: To Code, Systems, and Organizations
nrslib
10
3.7k
Browser and UI #2 HTML/ARIA
ken7253
2
170
カウシェで Four Keys の改善を試みた理由
ike002jp
1
120
エンジニアが挑む、限界までの越境
nealle
1
310
Featured
See All Featured
Typedesign – Prime Four
hannesfritz
41
2.6k
Raft: Consensus for Rubyists
vanstee
137
6.9k
GraphQLの誤解/rethinking-graphql
sonatard
71
10k
The Power of CSS Pseudo Elements
geoffreycrofte
75
5.8k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
60k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
8
690
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
233
17k
The Language of Interfaces
destraynor
157
25k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
23
2.7k
Scaling GitHub
holman
459
140k
Measuring & Analyzing Core Web Vitals
bluesmoon
7
410
Facilitating Awesome Meetings
lara
54
6.3k
Transcript
PHPBrew
Multiple PHP version management?
Use PHPBREW!
It’s on GitHub
https://github.com/c
488 Stars
38 Watches
40 Forks
16 Contributors
Get PHPBrew curl -O https://raw.github.com/c9s/phpbrew/master/phpbrew chmod +x phpbrew sudo cp
phpbrew /usr/bin/phpbrew 01. 02. 03. 10
List Known PHP(s) phpbrew known 11
Get Your Own PHP phpbrew install php-5.5.4 12
Plus Variants phpbrew install php-5.5.4 +dbs +default 13
Extra configure options phpbrew install php-5.5.4 +dbs +default -- --with-png-dir=/opt/l
14
Switch php phpbrew use php-5.5.4 15
List Installed PHP(s) phpbrew list Installed versions: php-5.4.12 (/Users/c9s/.phpbrew/php/php-5.4.12) +pdo+mysql+pgsql=/opt/local/lib/postgresql92
+ php-5.4.17 (/Users/c9s/.phpbrew/php/php-5.4.17) +pdo+mysql+pgsql=/opt/local/lib/postgresql92 + php-5.4.19 (/Users/c9s/.phpbrew/php/php-5.4.19) 01. 02. 03. 04. 05. 06. 07. 08. 16
Extension Installing phpbrew ext install yaml phpbrew ext install xdebug
phpbrew ext install opcache 01. 02. 03. 17
Disable/Enable Extension phpbrew ext enable yaml phpbrew ext disable yaml
01. 02. 18
Forks Welcome!
Forks Welcome • Feature requests • Bug report • Refactoring
20
Thank you very much. 21
See more on GitHub