Skip to content

Instantly share code, notes, and snippets.

View peterbladen's full-sized avatar

Peter peterbladen

View GitHub Profile
@arcostasi
arcostasi / configure.sh
Last active April 5, 2018 18:10
php configure on FreeBSD & Linux
FreeBSD 10.x-11.x & Linux
make clean
./configure \
--prefix=/usr/local/php7 \
--with-config-file-path=/usr/local/php7/etc \
--with-libdir=/usr/local/lib \
--with-gd \
--with-jpeg-dir=/usr/local/lib \