|
|
@ -44,11 +44,6 @@ else |
|
|
|
OPTIONS="${OPTIONS} --with-curl" |
|
|
|
OPTIONS="${OPTIONS} --with-curl" |
|
|
|
fi |
|
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
# 加快测试速度 For Github Action |
|
|
|
|
|
|
|
MAKEJN="${SYS_MAKEJN:-'-j1'}" |
|
|
|
|
|
|
|
echo "SYS_MAKEJN:$MAKEJN" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if [ ! -d $serverPath/php/55 ];then |
|
|
|
if [ ! -d $serverPath/php/55 ];then |
|
|
|
cd $sourcePath/php/php${PHP_VER} && ./configure \ |
|
|
|
cd $sourcePath/php/php${PHP_VER} && ./configure \ |
|
|
|
--prefix=$serverPath/php/55 \ |
|
|
|
--prefix=$serverPath/php/55 \ |
|
|
@ -73,7 +68,7 @@ if [ ! -d $serverPath/php/55 ];then |
|
|
|
--disable-fileinfo \ |
|
|
|
--disable-fileinfo \ |
|
|
|
$OPTIONS \ |
|
|
|
$OPTIONS \ |
|
|
|
--enable-fpm |
|
|
|
--enable-fpm |
|
|
|
make clean && make $MAKEJN && make install && make clean |
|
|
|
make clean && make ${MAKEJN:--j2} && make install && make clean |
|
|
|
fi |
|
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
#------------------------ install end ------------------------------------# |
|
|
|
#------------------------ install end ------------------------------------# |
|
|
|