I hereby claim:
- I am mcanvar on github.
- I am cryptolion (https://keybase.io/cryptolion) on keybase.
- I have a public key whose fingerprint is 8C20 5109 5DE9 7E23 B331 49EA F093 5101 6F6A 7892
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#!/bin/bash | |
# Instal php5.6 with phpbrew on ubuntu 18.04 | |
# Install all dependencies | |
sudo apt update | |
sudo apt install wget php build-essential libxml2-dev libxslt1-dev libbz2-dev libcurl4-openssl-dev libmcrypt-dev libreadline-dev libssl-dev autoconf | |
wget https://github.com/phpbrew/phpbrew/raw/master/phpbrew | |
chmod +x phpbrew | |
mv phpbrew /usr/local/bin |