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
@emiglobetrotting
emiglobetrotting / php7_zts_pthreads.sh
Last active February 21, 2022 09:08
Compile PHP Thread Safe & pthreads extension
#!/bin/bash
apt-get update
apt-get install -y \
bison \
autoconf \
build-essential \
pkg-config \
git-core \