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
350
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
550
RequestGen
c9s
0
210
Callbackgen
c9s
0
120
Chainlink Ecosystem Overview
c9s
0
290
Go Crypto Trading
c9s
1
350
Virtual Machines
c9s
7
3k
The Voice of Code - COSCUP 2018
c9s
2
690
Building Popular Open Source Projects - COSCUP 2018
c9s
1
510
Vikube: Operate Kubernetes in Vim
c9s
0
590
Other Decks in Programming
See All in Programming
文字コードの話
qnighy
41
16k
15年目のiOSアプリを1から作り直す技術
teakun
0
530
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
310
AHC061解説
shun_pi
0
160
Premier Disciplin for Micro Frontends Multi Version/ Framework Scenarios @OOP 2026, Munic
manfredsteyer
PRO
0
190
今、アーキテクトとして 品質保証にどう関わるか
nealle
0
180
社内規程RAGの精度を73.3% → 100%に改善した話
oharu121
2
240
あなたはユーザーではない #PdENight
kajitack
4
280
AIエージェントのキホンから学ぶ「エージェンティックコーディング」実践入門
masahiro_nishimi
7
1.2k
TROCCOで実現するkintone+BigQueryによるオペレーション改善
ssxota
0
110
受け入れテスト駆動開発(ATDD)×AI駆動開発 AI時代のATDDの取り組み方を考える
kztakasaki
2
440
ご飯食べながらエージェントが開発できる。そう、Agentic Engineeringならね。
yokomachi
1
260
Featured
See All Featured
Building AI with AI
inesmontani
PRO
1
740
Digital Ethics as a Driver of Design Innovation
axbom
PRO
1
200
What's in a price? How to price your products and services
michaelherold
247
13k
Bioeconomy Workshop: Dr. Julius Ecuru, Opportunities for a Bioeconomy in West Africa
akademiya2063
PRO
1
66
How to Grow Your eCommerce with AI & Automation
katarinadahlin
PRO
1
130
Heart Work Chapter 1 - Part 1
lfama
PRO
5
35k
Why Mistakes Are the Best Teachers: Turning Failure into a Pathway for Growth
auna
0
68
Making the Leap to Tech Lead
cromwellryan
135
9.7k
svc-hook: hooking system calls on ARM64 by binary rewriting
retrage
1
130
What Being in a Rock Band Can Teach Us About Real World SEO
427marketing
0
180
How to Build an AI Search Optimization Roadmap - Criteria and Steps to Take #SEOIRL
aleyda
1
1.9k
Scaling GitHub
holman
464
140k
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