Skip to content

Instantly share code, notes, and snippets.

@lopezloo
lopezloo / ubuntu-php7.2-zts-pthreads
Last active March 17, 2023 17:04 — forked from AntoscencoVladimir/ubuntu-php7.2-zts-pthreads
Installing php-zts on ubuntu 14.04 & 16.04 & 20.04
############################################################################################
# INSTALL isolated PHP 7.2 ZTS (Thread-safe) with pthreads on Ubuntu 14.04 & 16.04 & 20.04 #
############################################################################################
1) Install dependencies
sudo apt-get install git autoconf libxml2-dev bison libbison-dev m4 re2c pkg-config sqlite3 libsqlite3-dev libonig-dev
2) Download PHP
cd /usr/src