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
280
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
360
RequestGen
c9s
0
140
Callbackgen
c9s
0
85
Chainlink Ecosystem Overview
c9s
0
190
Go Crypto Trading
c9s
1
280
Virtual Machines
c9s
7
2.6k
The Voice of Code - COSCUP 2018
c9s
2
650
Building Popular Open Source Projects - COSCUP 2018
c9s
1
440
Vikube: Operate Kubernetes in Vim
c9s
0
500
Other Decks in Programming
See All in Programming
RAGの回答精度評価用のQAデータセットを生成AIに作らせた話
kurahara
0
240
Our Websites Need a Lifestyle Change, Not a Diet
ryantownsend
0
140
The Sequel to a Dream of Ruby Parser's Grammar
ydah
1
220
Jakarta EE meets AI
ivargrimstad
1
390
1人で挑むSwiftコンパイラ 〜型システム入門編〜
s_shimotori
0
340
GraphQL あるいは React における自律的なデータ取得について
quramy
11
2.9k
ECMAScript、Web標準の型はどう管理されているか / How ECMAScript and Web standards types are maintained
petamoriken
3
390
How to Break into Reading Open Source
kaspth
1
210
2024 컴포즈 정원사
jisungbin
0
150
今インフラ技術をイチから学び直すなら
yuhta28
1
130
Go Code Generation at newmo / 2024-08-27 #newmo_layerx_go
genkey6
0
560
いまから追い上げる、Jetpack Compose トレーニング
nyafunta9858
0
290
Featured
See All Featured
The Brand Is Dead. Long Live the Brand.
mthomps
53
38k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
89
16k
Making the Leap to Tech Lead
cromwellryan
128
8.8k
The MySQL Ecosystem @ GitHub 2015
samlambert
250
12k
jQuery: Nuts, Bolts and Bling
dougneiner
61
7.4k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
23
1.7k
10 Git Anti Patterns You Should be Aware of
lemiorhan
653
58k
Web Components: a chance to create the future
zenorocha
308
42k
Documentation Writing (for coders)
carmenintech
65
4.3k
Why Our Code Smells
bkeepers
PRO
334
56k
Designing Experiences People Love
moore
138
23k
Rails Girls Zürich Keynote
gr2m
93
13k
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