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
410
RequestGen
c9s
0
170
Callbackgen
c9s
0
98
Chainlink Ecosystem Overview
c9s
0
220
Go Crypto Trading
c9s
1
300
Virtual Machines
c9s
7
2.7k
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
530
Other Decks in Programming
See All in Programming
PHPバージョンアップから始めるOSSコントリビュート / how2oss-contribute
dmnlk
1
370
custom_lintで始めるチームルール管理
akaboshinit
0
200
Django for Data Science (Boston Python Meetup, March 2025)
wsvincent
0
300
AtCoder Heuristic First-step Vol.1 講義スライド(山登り法・焼きなまし法編)
takumi152
4
1k
複数ドメインに散らばってしまった画像…! 運用中のPHPアプリに後からCDNを導入する…!
suguruooki
0
460
AIコーディングワークフローの試行 〜AIエージェント×ワークフローでの自動化を目指して〜
rkaga
2
2.5k
地域ITコミュニティの活性化とAWSに移行してみた話
yuukis
0
200
Develop Faster With FrankenPHP
dunglas
2
3.1k
Java 24まとめ / Java 24 summary
kishida
3
360
エンジニア未経験が最短で戦力になるためのTips
gokana
0
250
remix + cloudflare workers (DO) docker上でいい感じに開発する
yoshidatomoaki
0
120
Devin入門と最近のアップデートから見るDevinの進化 / Introduction to Devin and the Evolution of Devin as Seen in Recent Update
rkaga
9
4.3k
Featured
See All Featured
Making the Leap to Tech Lead
cromwellryan
133
9.2k
Designing Experiences People Love
moore
141
23k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
4
500
Designing for Performance
lara
606
69k
For a Future-Friendly Web
brad_frost
176
9.6k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
31
4.8k
Designing for humans not robots
tammielis
251
25k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
7
630
We Have a Design System, Now What?
morganepeng
51
7.5k
Automating Front-end Workflow
addyosmani
1369
200k
Embracing the Ebb and Flow
colly
85
4.6k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
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