blob: 2488b0cf1f7da091d6200a4641ff5d39e24421de (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$ emconfigure configure \
--disable-all \
--disable-mbregex \
--disable-fiber-asm \
--disable-cli \
--disable-cgi \
--disable-phpdbg \
--without-iconv \
--without-libxml \
--without-pcre-jit \
--without-pdo-sqlite \
--without-sqlite3
|