pull/109/head
midoks 6 years ago
parent 8054751be7
commit 97d8c2aad2
  1. 239
      plugins/php/all_test.sh
  2. 64
      plugins/php/versions/53/install.sh
  3. 44
      plugins/php/versions/54/install.sh
  4. 47
      plugins/php/versions/55/install.sh
  5. 56
      plugins/php/versions/56/install.sh
  6. 51
      plugins/php/versions/70/install.sh
  7. 51
      plugins/php/versions/71/install.sh
  8. 51
      plugins/php/versions/72/install.sh
  9. 50
      plugins/php/versions/73/install.sh
  10. 3
      plugins/php/versions/73/yar.sh
  11. 51
      plugins/php/versions/74/install.sh

@ -3,102 +3,103 @@ export PATH=$PATH:/opt/local/bin:/opt/local/sbin:/opt/local/share/man:/usr/local
DIR=$(cd "$(dirname "$0")"; pwd) DIR=$(cd "$(dirname "$0")"; pwd)
PHP_VER=53 # PHP_VER=53
echo "php${PHP_VER} -- start" # echo "php${PHP_VER} -- start"
cmd_ext=$(ls -l $DIR/versions/$PHP_VER/ |awk '{print $9}') # cmd_ext=$(ls -l $DIR/versions/$PHP_VER/ |awk '{print $9}')
cd $DIR/versions/$PHP_VER && sh install.sh # cd $DIR/versions/$PHP_VER && sh install.sh
for ii in $cmd_ext # for ii in $cmd_ext
do # do
if [ "install.sh" == "$ii" ];then # if [ "install.sh" == "$ii" ];then
echo '' # echo ''
else # else
cd $DIR/versions/$PHP_VER && /bin/bash $ii install $PHP_VER # cd $DIR/versions/$PHP_VER && /bin/bash $ii install $PHP_VER
fi # fi
done # done
echo "php${PHP_VER} -- end" # echo "php${PHP_VER} -- end"
PHP_VER=54 # PHP_VER=54
echo "php${PHP_VER} -- start" # echo "php${PHP_VER} -- start"
cmd_ext=$(ls -l $DIR/versions/$PHP_VER/ |awk '{print $9}') # cmd_ext=$(ls -l $DIR/versions/$PHP_VER/ |awk '{print $9}')
cd $DIR/versions/$PHP_VER && sh install.sh # cd $DIR/versions/$PHP_VER && sh install.sh
for ii in $cmd_ext # for ii in $cmd_ext
do # do
if [ "install.sh" == "$ii" ];then # if [ "install.sh" == "$ii" ];then
echo '' # echo ''
else # else
cd $DIR/versions/$PHP_VER && /bin/bash $ii install $PHP_VER # cd $DIR/versions/$PHP_VER && /bin/bash $ii install $PHP_VER
fi # fi
done # done
echo "php${PHP_VER} -- end" # echo "php${PHP_VER} -- end"
PHP_VER=55 # PHP_VER=55
echo "php${PHP_VER} -- start" # echo "php${PHP_VER} -- start"
cmd_ext=$(ls -l $DIR/versions/$PHP_VER/ |awk '{print $9}') # cmd_ext=$(ls -l $DIR/versions/$PHP_VER/ |awk '{print $9}')
cd $DIR/versions/$PHP_VER && sh install.sh # cd $DIR/versions/$PHP_VER && sh install.sh
for ii in $cmd_ext # for ii in $cmd_ext
do # do
if [ "install.sh" == "$ii" ];then # if [ "install.sh" == "$ii" ];then
echo '' # echo ''
else # else
cd $DIR/versions/$PHP_VER && /bin/bash $ii install $PHP_VER # cd $DIR/versions/$PHP_VER && /bin/bash $ii install $PHP_VER
fi # fi
done # done
echo "php${PHP_VER} -- end" # echo "php${PHP_VER} -- end"
PHP_VER=56 # PHP_VER=56
echo "php${PHP_VER} -- start" # echo "php${PHP_VER} -- start"
cmd_ext=$(ls -l $DIR/versions/$PHP_VER/ |awk '{print $9}') # cmd_ext=$(ls -l $DIR/versions/$PHP_VER/ |awk '{print $9}')
cd $DIR/versions/$PHP_VER && sh install.sh # cd $DIR/versions/$PHP_VER && sh install.sh
for ii in $cmd_ext # for ii in $cmd_ext
do # do
if [ "install.sh" == "$ii" ];then # if [ "install.sh" == "$ii" ];then
echo '' # echo ''
else # else
cd $DIR/versions/$PHP_VER && /bin/bash $ii install $PHP_VER # cd $DIR/versions/$PHP_VER && /bin/bash $ii install $PHP_VER
fi # fi
done # done
echo "php${PHP_VER} -- end" # echo "php${PHP_VER} -- end"
PHP_VER=70 # PHP_VER=70
echo "php${PHP_VER} -- start" # echo "php${PHP_VER} -- start"
cmd_ext=$(ls -l $DIR/versions/$PHP_VER/ |awk '{print $9}') # cmd_ext=$(ls -l $DIR/versions/$PHP_VER/ |awk '{print $9}')
cd $DIR/versions/$PHP_VER && sh install.sh # cd $DIR/versions/$PHP_VER && sh install.sh
for ii in $cmd_ext # for ii in $cmd_ext
do # do
if [ "install.sh" == "$ii" ];then # if [ "install.sh" == "$ii" ];then
echo '' # echo ''
else # else
cd $DIR/versions/$PHP_VER && /bin/bash $ii install $PHP_VER # cd $DIR/versions/$PHP_VER && /bin/bash $ii install $PHP_VER
fi # fi
done # done
echo "php${PHP_VER} -- end" # echo "php${PHP_VER} -- end"
PHP_VER=71 # PHP_VER=71
echo "php${PHP_VER} -- start" # echo "php${PHP_VER} -- start"
cmd_ext=$(ls -l $DIR/versions/$PHP_VER/ |awk '{print $9}') # cmd_ext=$(ls -l $DIR/versions/$PHP_VER/ |awk '{print $9}')
cd $DIR/versions/$PHP_VER && sh install.sh # cd $DIR/versions/$PHP_VER && sh install.sh
for ii in $cmd_ext # for ii in $cmd_ext
do # do
if [ "install.sh" == "$ii" ];then # if [ "install.sh" == "$ii" ];then
echo '' # echo ''
else # else
cd $DIR/versions/$PHP_VER && /bin/bash $ii install $PHP_VER # cd $DIR/versions/$PHP_VER && /bin/bash $ii install $PHP_VER
fi # fi
done # done
echo "php${PHP_VER} -- end" # echo "php${PHP_VER} -- end"
PHP_VER=72 PHP_VER=72
echo "php${PHP_VER} -- start" echo "php${PHP_VER} -- start"
cmd_ext=$(ls -l $DIR/versions/$PHP_VER/ |awk '{print $9}') cmd_ext=$(ls -l $DIR/versions/$PHP_VER/ |awk '{print $9}')
cd $DIR/versions/$PHP_VER && sh install.sh echo $DIR
cd $DIR && /bin/bash install.sh install $PHP_VER
for ii in $cmd_ext for ii in $cmd_ext
do do
if [ "install.sh" == "$ii" ];then if [ "install.sh" == "$ii" ];then
@ -110,33 +111,33 @@ done
echo "php${PHP_VER} -- end" echo "php${PHP_VER} -- end"
PHP_VER=73 # PHP_VER=73
echo "php${PHP_VER} -- start" # echo "php${PHP_VER} -- start"
cmd_ext=$(ls -l $DIR/versions/$PHP_VER/ |awk '{print $9}') # cmd_ext=$(ls -l $DIR/versions/$PHP_VER/ |awk '{print $9}')
cd $DIR/versions/$PHP_VER && sh install.sh # cd $DIR/versions/$PHP_VER && sh install.sh
for ii in $cmd_ext # for ii in $cmd_ext
do # do
if [ "install.sh" == "$ii" ];then # if [ "install.sh" == "$ii" ];then
echo '' # echo ''
else # else
cd $DIR/versions/$PHP_VER && /bin/bash $ii install $PHP_VER # cd $DIR/versions/$PHP_VER && /bin/bash $ii install $PHP_VER
fi # fi
done # done
echo "php${PHP_VER} -- end" # echo "php${PHP_VER} -- end"
PHP_VER=74 # PHP_VER=74
echo "php${PHP_VER} -- start" # echo "php${PHP_VER} -- start"
cmd_ext=$(ls -l $DIR/versions/$PHP_VER/ |awk '{print $9}') # cmd_ext=$(ls -l $DIR/versions/$PHP_VER/ |awk '{print $9}')
cd $DIR/versions/$PHP_VER && sh install.sh # cd $DIR/versions/$PHP_VER && sh install.sh
for ii in $cmd_ext # for ii in $cmd_ext
do # do
if [ "install.sh" == "$ii" ];then # if [ "install.sh" == "$ii" ];then
echo '' # echo ''
else # else
cd $DIR/versions/$PHP_VER && /bin/bash $ii install $PHP_VER # cd $DIR/versions/$PHP_VER && /bin/bash $ii install $PHP_VER
fi # fi
done # done
echo "php${PHP_VER} -- end" # echo "php${PHP_VER} -- end"

@ -28,7 +28,6 @@ if [ ! -d $sourcePath/php/php-5.3.29 ];then
fi fi
if [ -f $serverPath/php/53/bin/php.dSYM ];then if [ -f $serverPath/php/53/bin/php.dSYM ];then
mv $serverPath/php/53/bin/php.dSYM $serverPath/php/53/bin/php mv $serverPath/php/53/bin/php.dSYM $serverPath/php/53/bin/php
fi fi
@ -54,37 +53,40 @@ else
OPTIONS="${OPTIONS} --with-curl" OPTIONS="${OPTIONS} --with-curl"
fi fi
if [ ! -d $serverPath/php/53 ];then
# --enable-intl \ # --enable-intl \
cd $sourcePath/php/php-5.3.29 && ./configure \ cd $sourcePath/php/php-5.3.29 && ./configure \
--prefix=$serverPath/php/53 \ --prefix=$serverPath/php/53 \
--exec-prefix=$serverPath/php/53 \ --exec-prefix=$serverPath/php/53 \
--with-config-file-path=$serverPath/php/53/etc \ --with-config-file-path=$serverPath/php/53/etc \
--with-zlib-dir=$serverPath/lib/zlib \ --with-zlib-dir=$serverPath/lib/zlib \
--enable-zip \ --enable-zip \
--enable-exif \ --enable-exif \
--enable-hash \ --enable-hash \
--enable-libxml \ --enable-libxml \
--enable-simplexml \ --enable-simplexml \
--enable-dom \ --enable-dom \
--enable-filter \ --enable-filter \
--enable-fileinfo \ --enable-fileinfo \
--enable-pcntl \ --enable-pcntl \
--enable-bcmath \ --enable-bcmath \
--enable-xml \ --enable-xml \
--enable-ftp \ --enable-ftp \
--enable-wddx \ --enable-wddx \
--enable-soap \ --enable-soap \
--enable-posix \ --enable-posix \
--enable-sockets \ --enable-sockets \
--enable-mbstring \ --enable-mbstring \
--enable-mysqlnd \ --enable-mysqlnd \
--enable-sysvmsg \ --enable-sysvmsg \
--enable-sysvsem \ --enable-sysvsem \
--enable-sysvshm \ --enable-sysvshm \
--disable-fileinfo \ --disable-fileinfo \
$OPTIONS \ $OPTIONS \
--enable-fpm \ --enable-fpm \
&& make && make install && make clean && make && make install && make clean
fi
if [ -f $serverPath/php/53/bin/php.dSYM ];then if [ -f $serverPath/php/53/bin/php.dSYM ];then

@ -40,27 +40,29 @@ else
OPTIONS="${OPTIONS} --with-curl" OPTIONS="${OPTIONS} --with-curl"
fi fi
cd $sourcePath/php/php-5.4.45 && ./configure \ if [ ! -d $serverPath/php/54 ];then
--prefix=$serverPath/php/54 \ cd $sourcePath/php/php-5.4.45 && ./configure \
--exec-prefix=$serverPath/php/54 \ --prefix=$serverPath/php/54 \
--with-config-file-path=$serverPath/php/54/etc \ --exec-prefix=$serverPath/php/54 \
--with-zlib-dir=$serverPath/lib/zlib \ --with-config-file-path=$serverPath/php/54/etc \
--enable-mysqlnd \ --with-zlib-dir=$serverPath/lib/zlib \
--enable-zip \ --enable-mysqlnd \
--enable-mbstring \ --enable-zip \
--enable-sockets \ --enable-mbstring \
--enable-ftp \ --enable-sockets \
--enable-simplexml \ --enable-ftp \
--enable-wddx \ --enable-simplexml \
--enable-soap \ --enable-wddx \
--enable-posix \ --enable-soap \
--enable-sysvmsg \ --enable-posix \
--enable-sysvsem \ --enable-sysvmsg \
--enable-sysvshm \ --enable-sysvsem \
--disable-fileinfo \ --enable-sysvshm \
$OPTIONS \ --disable-fileinfo \
--enable-fpm \ $OPTIONS \
&& make && make install && make clean --enable-fpm \
&& make && make install && make clean
fi
#------------------------ install end ------------------------------------# #------------------------ install end ------------------------------------#
} }

@ -37,29 +37,30 @@ else
OPTIONS="${OPTIONS} --with-curl" OPTIONS="${OPTIONS} --with-curl"
fi fi
if [ ! -d $serverPath/php/55 ];then
cd $sourcePath/php/php-5.5.38 && ./configure \ cd $sourcePath/php/php-5.5.38 && ./configure \
--prefix=$serverPath/php/55 \ --prefix=$serverPath/php/55 \
--exec-prefix=$serverPath/php/55 \ --exec-prefix=$serverPath/php/55 \
--with-config-file-path=$serverPath/php/55/etc \ --with-config-file-path=$serverPath/php/55/etc \
--with-zlib-dir=$serverPath/lib/zlib \ --with-zlib-dir=$serverPath/lib/zlib \
--enable-mysqlnd \ --enable-mysqlnd \
--enable-zip \ --enable-zip \
--enable-simplexml \ --enable-simplexml \
--enable-intl \ --enable-intl \
--enable-mbstring \ --enable-mbstring \
--enable-sockets \ --enable-sockets \
--enable-ftp \ --enable-ftp \
--enable-wddx \ --enable-wddx \
--enable-soap \ --enable-soap \
--enable-posix \ --enable-posix \
--enable-sysvmsg \ --enable-sysvmsg \
--enable-sysvsem \ --enable-sysvsem \
--enable-sysvshm \ --enable-sysvshm \
--disable-fileinfo \ --disable-fileinfo \
$OPTIONS \ $OPTIONS \
--enable-fpm \ --enable-fpm \
&& make && make install && make clean && make && make install && make clean
fi
#------------------------ install end ------------------------------------# #------------------------ install end ------------------------------------#
} }

@ -38,33 +38,35 @@ else
OPTIONS="${OPTIONS} --with-curl" OPTIONS="${OPTIONS} --with-curl"
fi fi
cd $sourcePath/php/php-5.6.36 && ./configure \ if [ ! -d $serverPath/php/56 ];then
--prefix=$serverPath/php/56 \ cd $sourcePath/php/php-5.6.36 && ./configure \
--exec-prefix=$serverPath/php/56 \ --prefix=$serverPath/php/56 \
--with-config-file-path=$serverPath/php/56/etc \ --exec-prefix=$serverPath/php/56 \
--with-zlib-dir=$serverPath/lib/zlib \ --with-config-file-path=$serverPath/php/56/etc \
--with-mysql=mysqlnd \ --with-zlib-dir=$serverPath/lib/zlib \
--with-pdo-mysql=mysqlnd \ --with-mysql=mysqlnd \
--with-mysqli=mysqlnd \ --with-pdo-mysql=mysqlnd \
--enable-zip \ --with-mysqli=mysqlnd \
--enable-mbstring \ --enable-zip \
--enable-simplexml \ --enable-mbstring \
--enable-intl \ --enable-simplexml \
--enable-ftp \ --enable-intl \
--enable-sockets \ --enable-ftp \
--enable-pcntl \ --enable-sockets \
--enable-shmop \ --enable-pcntl \
--enable-intl \ --enable-shmop \
--enable-wddx \ --enable-intl \
--enable-soap \ --enable-wddx \
--enable-posix \ --enable-soap \
--enable-sysvmsg \ --enable-posix \
--enable-sysvsem \ --enable-sysvmsg \
--enable-sysvshm \ --enable-sysvsem \
--disable-fileinfo \ --enable-sysvshm \
$OPTIONS \ --disable-fileinfo \
--enable-fpm \ $OPTIONS \
&& make clean && make && make install && make clean --enable-fpm \
&& make clean && make && make install && make clean
fi
#------------------------ install end ------------------------------------# #------------------------ install end ------------------------------------#
} }

@ -38,31 +38,32 @@ else
OPTIONS="${OPTIONS} --with-curl" OPTIONS="${OPTIONS} --with-curl"
fi fi
if [ ! -d $serverPath/php/70 ];then
cd $sourcePath/php/php-7.0.30 && ./configure \ cd $sourcePath/php/php-7.0.30 && ./configure \
--prefix=$serverPath/php/70 \ --prefix=$serverPath/php/70 \
--exec-prefix=$serverPath/php/70 \ --exec-prefix=$serverPath/php/70 \
--with-config-file-path=$serverPath/php/70/etc \ --with-config-file-path=$serverPath/php/70/etc \
--with-zlib-dir=$serverPath/lib/zlib \ --with-zlib-dir=$serverPath/lib/zlib \
--enable-mysqlnd \ --enable-mysqlnd \
--with-mysqli=mysqlnd \ --with-mysqli=mysqlnd \
--with-pdo-mysql=mysqlnd \ --with-pdo-mysql=mysqlnd \
--enable-zip \ --enable-zip \
--enable-mbstring \ --enable-mbstring \
--enable-simplexml \ --enable-simplexml \
--enable-ftp \ --enable-ftp \
--enable-sockets \ --enable-sockets \
--enable-intl \ --enable-intl \
--enable-wddx \ --enable-wddx \
--enable-soap \ --enable-soap \
--enable-posix \ --enable-posix \
--enable-sysvmsg \ --enable-sysvmsg \
--enable-sysvsem \ --enable-sysvsem \
--enable-sysvshm \ --enable-sysvshm \
--disable-fileinfo \ --disable-fileinfo \
$OPTIONS \ $OPTIONS \
--enable-fpm \ --enable-fpm \
&& make && make install && make clean && make && make install && make clean
fi
#------------------------ install end ------------------------------------# #------------------------ install end ------------------------------------#
} }

@ -37,31 +37,32 @@ else
OPTIONS="${OPTIONS} --with-curl" OPTIONS="${OPTIONS} --with-curl"
fi fi
if [ ! -d $serverPath/php/71 ];then
cd $sourcePath/php/php-${version} && ./configure \ cd $sourcePath/php/php-${version} && ./configure \
--prefix=$serverPath/php/71 \ --prefix=$serverPath/php/71 \
--exec-prefix=$serverPath/php/71 \ --exec-prefix=$serverPath/php/71 \
--with-config-file-path=$serverPath/php/71/etc \ --with-config-file-path=$serverPath/php/71/etc \
--with-zlib-dir=$serverPath/lib/zlib \ --with-zlib-dir=$serverPath/lib/zlib \
--enable-mysqlnd \ --enable-mysqlnd \
--with-mysqli=mysqlnd \ --with-mysqli=mysqlnd \
--with-pdo-mysql=mysqlnd \ --with-pdo-mysql=mysqlnd \
--enable-zip \ --enable-zip \
--enable-mbstring \ --enable-mbstring \
--enable-simplexml \ --enable-simplexml \
--enable-ftp \ --enable-ftp \
--enable-wddx \ --enable-wddx \
--enable-sockets \ --enable-sockets \
--enable-intl \ --enable-intl \
--enable-soap \ --enable-soap \
--enable-posix \ --enable-posix \
--enable-sysvmsg \ --enable-sysvmsg \
--enable-sysvsem \ --enable-sysvsem \
--enable-sysvshm \ --enable-sysvshm \
--disable-fileinfo \ --disable-fileinfo \
$OPTIONS \ $OPTIONS \
--enable-fpm \ --enable-fpm \
&& make && make install && make clean && make && make install && make clean
fi
#------------------------ install end ------------------------------------# #------------------------ install end ------------------------------------#
} }

@ -38,31 +38,32 @@ else
OPTIONS="${OPTIONS} --with-curl" OPTIONS="${OPTIONS} --with-curl"
fi fi
if [ ! -d $serverPath/php/72 ];then
cd $sourcePath/php/php-${version} && ./configure \ cd $sourcePath/php/php-${version} && ./configure \
--prefix=$serverPath/php/72 \ --prefix=$serverPath/php/72 \
--exec-prefix=$serverPath/php/72 \ --exec-prefix=$serverPath/php/72 \
--with-config-file-path=$serverPath/php/72/etc \ --with-config-file-path=$serverPath/php/72/etc \
--with-zlib-dir=$serverPath/lib/zlib \ --with-zlib-dir=$serverPath/lib/zlib \
--enable-mysqlnd \ --enable-mysqlnd \
--with-mysqli=mysqlnd \ --with-mysqli=mysqlnd \
--with-pdo-mysql=mysqlnd \ --with-pdo-mysql=mysqlnd \
--enable-zip \ --enable-zip \
--enable-mbstring \ --enable-mbstring \
--enable-simplexml \ --enable-simplexml \
--enable-sockets \ --enable-sockets \
--enable-intl \ --enable-intl \
--enable-ftp \ --enable-ftp \
--enable-wddx \ --enable-wddx \
--enable-soap \ --enable-soap \
--enable-posix \ --enable-posix \
--enable-sysvmsg \ --enable-sysvmsg \
--enable-sysvsem \ --enable-sysvsem \
--enable-sysvshm \ --enable-sysvshm \
--disable-fileinfo \ --disable-fileinfo \
$OPTIONS \ $OPTIONS \
--enable-fpm \ --enable-fpm \
&& make && make install && make clean && make && make install && make clean
fi
#------------------------ install end ------------------------------------# #------------------------ install end ------------------------------------#
} }

@ -42,31 +42,31 @@ else
fi fi
# if [ ! -d $serverPath/php/73 ];then
# cd $sourcePath/php/php-${version} && ./configure \
cd $sourcePath/php/php-${version} && ./configure \ --prefix=$serverPath/php/73 \
--prefix=$serverPath/php/73 \ --exec-prefix=$serverPath/php/73 \
--exec-prefix=$serverPath/php/73 \ --with-config-file-path=$serverPath/php/73/etc \
--with-config-file-path=$serverPath/php/73/etc \ --enable-mysqlnd \
--enable-mysqlnd \ --with-mysqli=mysqlnd \
--with-mysqli=mysqlnd \ --with-pdo-mysql=mysqlnd \
--with-pdo-mysql=mysqlnd \ --enable-mbstring \
--enable-mbstring \ --with-zlib-dir=$serverPath/lib/zlib \
--with-zlib-dir=$serverPath/lib/zlib \ --enable-ftp \
--enable-ftp \ --enable-sockets \
--enable-sockets \ --enable-simplexml \
--enable-simplexml \ --enable-intl \
--enable-intl \ --enable-wddx \
--enable-wddx \ --enable-soap \
--enable-soap \ --enable-posix \
--enable-posix \ --enable-sysvmsg \
--enable-sysvmsg \ --enable-sysvsem \
--enable-sysvsem \ --enable-sysvshm \
--enable-sysvshm \ --disable-fileinfo \
--disable-fileinfo \ $OPTIONS \
$OPTIONS \ --enable-fpm \
--enable-fpm \ && make && make install && make clean
&& make && make install && make clean fi
#------------------------ install end ------------------------------------# #------------------------ install end ------------------------------------#
} }

@ -33,8 +33,7 @@ Install_lib()
fi fi
if [ ! -f "$extFile" ];then if [ ! -f "$extFile" ];then
php_lib=$sourcePath/php_lib php_lib=$sourcePath/php_lib
mkdir -p $php_lib mkdir -p $php_lib

@ -42,32 +42,31 @@ else
fi fi
# if [ ! -d $serverPath/php/74 ];then
# cd $sourcePath/php/php-${version} && ./configure \
cd $sourcePath/php/php-${version} && ./configure \ --prefix=$serverPath/php/74 \
--prefix=$serverPath/php/74 \ --exec-prefix=$serverPath/php/74 \
--exec-prefix=$serverPath/php/74 \ --with-config-file-path=$serverPath/php/74/etc \
--with-config-file-path=$serverPath/php/74/etc \ --enable-mysqlnd \
--enable-mysqlnd \ --with-mysqli=mysqlnd \
--with-mysqli=mysqlnd \ --with-pdo-mysql=mysqlnd \
--with-pdo-mysql=mysqlnd \ --enable-mbstring \
--enable-mbstring \ --with-zlib-dir=$serverPath/lib/zlib \
--with-zlib-dir=$serverPath/lib/zlib \ --enable-ftp \
--enable-ftp \ --enable-sockets \
--enable-sockets \ --enable-simplexml \
--enable-simplexml \ --enable-intl \
--enable-intl \ --enable-wddx \
--enable-wddx \ --enable-soap \
--enable-soap \ --enable-posix \
--enable-posix \ --enable-sysvmsg \
--enable-sysvmsg \ --enable-sysvsem \
--enable-sysvsem \ --enable-sysvshm \
--enable-sysvshm \ --disable-fileinfo \
--disable-fileinfo \ $OPTIONS \
$OPTIONS \ --enable-fpm \
--enable-fpm \ && make && make install && make clean
&& make && make install && make clean fi
#------------------------ install end ------------------------------------# #------------------------ install end ------------------------------------#
} }

Loading…
Cancel
Save