Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Speaker Deck
PRO
Sign in
Sign up for free
PHPBrew
Yo-An Lin
November 12, 2013
Programming
2
220
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
140
RequestGen
c9s
0
69
Callbackgen
c9s
0
36
Chainlink Ecosystem Overview
c9s
0
120
Go Crypto Trading
c9s
1
240
Virtual Machines
c9s
7
2.4k
The Voice of Code - COSCUP 2018
c9s
2
620
Building Popular Open Source Projects - COSCUP 2018
c9s
1
380
Vikube: Operate Kubernetes in Vim
c9s
0
430
Other Decks in Programming
See All in Programming
%q is for Quine
koic
0
390
新卒でサービス立ち上げから Hasuraを使って3年経った振り返り
yutorin
0
180
Domain-Driven Design (Tutorial)
hschwentner
11
15k
Git Rebase
bkuhlmann
10
1.2k
Hasura の Relationship と権限管理
karszawa
0
130
Jetpack Compose 完全に理解した
mkeeda
1
420
OSSから学んだPR Descriptionの書き方
fugakkbn
4
120
Use KMM to call the API of the National Tax Agency
akkeylab
0
290
SHOWROOMの分析目的を意識した伝え方・コミュニケーション
hatapu
0
230
Circuit⚡
monaapk
0
200
Cloudflare WorkersでGoを動かすライブラリを作っている話
syumai
1
270
子育てとEMと転職と
_atsushisakai
1
320
Featured
See All Featured
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
109
16k
Writing Fast Ruby
sferik
613
58k
Building Flexible Design Systems
yeseniaperezcruz
314
35k
Building Your Own Lightsaber
phodgson
96
4.9k
GitHub's CSS Performance
jonrohan
1020
430k
Optimizing for Happiness
mojombo
365
64k
Build The Right Thing And Hit Your Dates
maggiecrowley
22
1.4k
A designer walks into a library…
pauljervisheath
198
16k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
351
21k
Documentation Writing (for coders)
carmenintech
51
2.9k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
270
12k
Put a Button on it: Removing Barriers to Going Fast.
kastner
56
2.5k
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