Reference URL: http://phpbrew.github.io/phpbrew
install phpbrew
curl -L -O https://github.com/phpbrew/phpbrew/raw/master/phpbrew
chmod +x phpbrew
| yum --enablerepo=remi,remi-php72 update php |
| import os | |
| import os.path | |
| import datetime | |
| import shutil | |
| import sys | |
| pwd = os.getcwd() | |
| if pwd != '/Users/takemitsu/work/': | |
| sys.exit(1) |
Reference URL: http://phpbrew.github.io/phpbrew
install phpbrew
curl -L -O https://github.com/phpbrew/phpbrew/raw/master/phpbrew
chmod +x phpbrew