|
|
|
@ -159,7 +159,7 @@ if [ ! -d $serverPath/php/${PHP_VER} ];then |
|
|
|
|
--enable-fpm |
|
|
|
|
make clean && make -j${cpuCore} && make install && make clean |
|
|
|
|
|
|
|
|
|
rm -rf $sourcePath/php/php${PHP_VER} |
|
|
|
|
# rm -rf $sourcePath/php/php${PHP_VER} |
|
|
|
|
fi |
|
|
|
|
#------------------------ install end ------------------------------------# |
|
|
|
|
} |
|
|
|
|