From 46b942247cf5a2b8c4184538fab1f4e56e7e7a5c Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Fri, 18 Jan 2019 13:17:20 +0800 Subject: [PATCH] Update install.sh --- plugins/php/versions/56/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/php/versions/56/install.sh b/plugins/php/versions/56/install.sh index 3abebde80..8a44ddbfa 100755 --- a/plugins/php/versions/56/install.sh +++ b/plugins/php/versions/56/install.sh @@ -55,7 +55,7 @@ cd $sourcePath/php/php-5.6.36 && ./configure \ --enable-soap \ --enable-posix \ --enable-fpm \ -&& make && make install && make clean +&& make clean && make && make install && make clean #------------------------ install end ------------------------------------# }