Skip to content

Instantly share code, notes, and snippets.

View bluedogmilan's full-sized avatar

Mirko Migliorati bluedogmilan

View GitHub Profile
@bluedogmilan
bluedogmilan / install-php-7.2.2-zts.sh
Last active April 1, 2021 10:57 — forked from zheltikov/install-php-7.2.2-zts.sh
Install Parallel on php-7.2.2-zts
#!/bin/bash
# By: Mirko Migliorati https://github.com/bluedogmilan
# Based on: https://gist.github.com/zheltikov/bfe8cabcd4d6ddb37f128eb92e65baec
# Originally based on: http://blog.programster.org/ubuntu16-04-compile-php-7-2-with-parallel
# Used in: https://www.youtube.com/watch?v=L_FdpmJatdw
# Download the necessary packages
sudo apt update