Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View edoan's full-sized avatar

Edward Doan edoan

View GitHub Profile
@shoghicp
shoghicp / compile.sh
Last active April 3, 2016 15:41
PHP7 RC2 + pthreads 3.0 + YAML + other stuff needed to run it. Experimental
#!/bin/bash
[ -z "$PHP_VERSION" ] && PHP_VERSION="7.0.0RC2"
ZEND_VM="GOTO"
ZLIB_VERSION="1.2.8"
POLARSSL_VERSION="1.3.8"
LIBMCRYPT_VERSION="2.5.8"
GMP_VERSION="6.0.0a"
GMP_VERSION_DIR="6.0.0"
CURL_VERSION="curl-7_44_0"