Skip to content

Instantly share code, notes, and snippets.

View codar-io's full-sized avatar
🌴
On vacation

Codar codar-io

🌴
On vacation
View GitHub Profile
@codar-io
codar-io / php7_zts_pthreads.sh
Created February 21, 2022 09:08 — forked from emiglobetrotting/php7_zts_pthreads.sh
Compile PHP Thread Safe & pthreads extension
#!/bin/bash
apt-get update
apt-get install -y \
bison \
autoconf \
build-essential \
pkg-config \
git-core \