Skip to content

Instantly share code, notes, and snippets.

View nocoo's full-sized avatar
🧨
Happy Chinese New Year!

Zheng Li nocoo

🧨
Happy Chinese New Year!
View GitHub Profile
@nocoo
nocoo / gist:10114480
Last active August 29, 2015 13:58
Manual install PHP 5.4.27, with configure script
# Install dependency libs of PHP5
aptitude build-dep php5
# Add this one
aptitude install libmcrypt-dev
# Run configure before compile
./configure --prefix=/usr/local/php54 \
--with-config-file-path=/etc/php54 \
--with-config-file-scan-dir=/etc/php54/conf.d \