From aeac132b09c7b832ffc54824e81e3b68f8ea9f31 Mon Sep 17 00:00:00 2001 From: midoks Date: Fri, 22 Nov 2019 13:37:34 +0800 Subject: [PATCH] up --- plugins/php/versions/53/install.sh | 1 + plugins/php/versions/54/install.sh | 1 + plugins/php/versions/55/install.sh | 1 + plugins/php/versions/56/install.sh | 1 + plugins/php/versions/70/install.sh | 1 + plugins/php/versions/71/install.sh | 1 + plugins/php/versions/72/install.sh | 1 + plugins/php/versions/73/install.sh | 3 ++- 8 files changed, 9 insertions(+), 1 deletion(-) diff --git a/plugins/php/versions/53/install.sh b/plugins/php/versions/53/install.sh index 08b7ab2b1..ed9b575b4 100755 --- a/plugins/php/versions/53/install.sh +++ b/plugins/php/versions/53/install.sh @@ -79,6 +79,7 @@ cd $sourcePath/php/php-5.3.29 && ./configure \ --enable-sysvmsg \ --enable-sysvsem \ --enable-sysvshm \ +--disable-fileinfo $OPTIONS \ --enable-fpm \ && make && make install && make clean diff --git a/plugins/php/versions/54/install.sh b/plugins/php/versions/54/install.sh index 9d09455f8..63869949c 100755 --- a/plugins/php/versions/54/install.sh +++ b/plugins/php/versions/54/install.sh @@ -57,6 +57,7 @@ cd $sourcePath/php/php-5.4.45 && ./configure \ --enable-sysvmsg \ --enable-sysvsem \ --enable-sysvshm \ +--disable-fileinfo \ $OPTIONS \ --enable-fpm \ && make && make install && make clean diff --git a/plugins/php/versions/55/install.sh b/plugins/php/versions/55/install.sh index 457474e64..228e0d0c6 100755 --- a/plugins/php/versions/55/install.sh +++ b/plugins/php/versions/55/install.sh @@ -56,6 +56,7 @@ cd $sourcePath/php/php-5.5.38 && ./configure \ --enable-sysvmsg \ --enable-sysvsem \ --enable-sysvshm \ +--disable-fileinfo \ $OPTIONS \ --enable-fpm \ && make && make install && make clean diff --git a/plugins/php/versions/56/install.sh b/plugins/php/versions/56/install.sh index f37b8d504..3acd98ae6 100755 --- a/plugins/php/versions/56/install.sh +++ b/plugins/php/versions/56/install.sh @@ -61,6 +61,7 @@ cd $sourcePath/php/php-5.6.36 && ./configure \ --enable-sysvmsg \ --enable-sysvsem \ --enable-sysvshm \ +--disable-fileinfo \ $OPTIONS \ --enable-fpm \ && make clean && make && make install && make clean diff --git a/plugins/php/versions/70/install.sh b/plugins/php/versions/70/install.sh index c28520030..d9aceac67 100755 --- a/plugins/php/versions/70/install.sh +++ b/plugins/php/versions/70/install.sh @@ -59,6 +59,7 @@ cd $sourcePath/php/php-7.0.30 && ./configure \ --enable-sysvmsg \ --enable-sysvsem \ --enable-sysvshm \ +--disable-fileinfo \ $OPTIONS \ --enable-fpm \ && make && make install && make clean diff --git a/plugins/php/versions/71/install.sh b/plugins/php/versions/71/install.sh index e5a0f113f..b0693356e 100755 --- a/plugins/php/versions/71/install.sh +++ b/plugins/php/versions/71/install.sh @@ -58,6 +58,7 @@ cd $sourcePath/php/php-${version} && ./configure \ --enable-sysvmsg \ --enable-sysvsem \ --enable-sysvshm \ +--disable-fileinfo \ $OPTIONS \ --enable-fpm \ && make && make install && make clean diff --git a/plugins/php/versions/72/install.sh b/plugins/php/versions/72/install.sh index 7961a6e58..91532a28f 100755 --- a/plugins/php/versions/72/install.sh +++ b/plugins/php/versions/72/install.sh @@ -59,6 +59,7 @@ cd $sourcePath/php/php-${version} && ./configure \ --enable-sysvmsg \ --enable-sysvsem \ --enable-sysvshm \ +--disable-fileinfo \ $OPTIONS \ --enable-fpm \ && make && make install && make clean diff --git a/plugins/php/versions/73/install.sh b/plugins/php/versions/73/install.sh index a408530b3..4cb010465 100755 --- a/plugins/php/versions/73/install.sh +++ b/plugins/php/versions/73/install.sh @@ -42,7 +42,7 @@ else fi -# --disable-fileinfo +# # cd $sourcePath/php/php-${version} && ./configure \ --prefix=$serverPath/php/73 \ @@ -63,6 +63,7 @@ cd $sourcePath/php/php-${version} && ./configure \ --enable-sysvmsg \ --enable-sysvsem \ --enable-sysvshm \ +--disable-fileinfo \ $OPTIONS \ --enable-fpm \ && make && make install && make clean