Skip to content

Instantly share code, notes, and snippets.

View jimmyalcala's full-sized avatar
🏠
Working from home

Jimmy Alcalá jimmyalcala

🏠
Working from home
View GitHub Profile
@jimmyalcala
jimmyalcala / gist:4185857
Created December 1, 2012 23:20 — forked from JeffreyWay/gist:3185773
PHP Installation Options
./configure \
--prefix=/usr \
--mandir=/usr/share/man \
--infodir=/usr/share/info \
--sysconfdir=/private/etc \
--with-apxs2=/usr/sbin/apxs \
--enable-cli \
--with-config-file-path=/etc \
--with-libxml-dir=/usr \
--with-openssl=/usr \