Slide 1

Slide 1 text

PHPBrew

Slide 2

Slide 2 text

Multiple PHP version management?

Slide 3

Slide 3 text

Use PHPBREW!

Slide 4

Slide 4 text

It’s on GitHub

Slide 5

Slide 5 text

https://github.com/c

Slide 6

Slide 6 text

488 Stars

Slide 7

Slide 7 text

38 Watches

Slide 8

Slide 8 text

40 Forks

Slide 9

Slide 9 text

16 Contributors

Slide 10

Slide 10 text

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

Slide 11

Slide 11 text

List Known PHP(s) phpbrew known 11

Slide 12

Slide 12 text

Get Your Own PHP phpbrew install php-5.5.4 12

Slide 13

Slide 13 text

Plus Variants phpbrew install php-5.5.4 +dbs +default 13

Slide 14

Slide 14 text

Extra configure options phpbrew install php-5.5.4 +dbs +default -- --with-png-dir=/opt/l 14

Slide 15

Slide 15 text

Switch php phpbrew use php-5.5.4 15

Slide 16

Slide 16 text

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

Slide 17

Slide 17 text

Extension Installing phpbrew ext install yaml phpbrew ext install xdebug phpbrew ext install opcache 01. 02. 03. 17

Slide 18

Slide 18 text

Disable/Enable Extension phpbrew ext enable yaml phpbrew ext disable yaml 01. 02. 18

Slide 19

Slide 19 text

Forks Welcome!

Slide 20

Slide 20 text

Forks Welcome • Feature requests • Bug report • Refactoring 20

Slide 21

Slide 21 text

Thank you very much. 21

Slide 22

Slide 22 text

See more on GitHub