aboutsummaryrefslogtreecommitdiffhomepage
path: root/files/3
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2023-10-25 17:34:54 +0900
committernsfisis <nsfisis@gmail.com>2023-10-25 17:57:23 +0900
commit8101ba079b8b358a015f4de9acbfc85d89c335da (patch)
treefdc57aedf9323c3a0d5e03979b530eca338a7a4c /files/3
parent69c4159c6464937031e046eae3fc74045fe9fae0 (diff)
downloadphpstudy-157-slides-8101ba079b8b358a015f4de9acbfc85d89c335da.tar.gz
phpstudy-157-slides-8101ba079b8b358a015f4de9acbfc85d89c335da.tar.zst
phpstudy-157-slides-8101ba079b8b358a015f4de9acbfc85d89c335da.zip
作成HEADmain
Diffstat (limited to 'files/3')
-rw-r--r--files/312
1 files changed, 12 insertions, 0 deletions
diff --git a/files/3 b/files/3
new file mode 100644
index 0000000..2488b0c
--- /dev/null
+++ b/files/3
@@ -0,0 +1,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