pull/109/head
Mr Chen 6 years ago
parent 7313811a0d
commit 122c4c429b
  1. 1
      plugins/php/versions/53/install.sh
  2. 2
      plugins/php/versions/54/install.sh
  3. 2
      plugins/php/versions/55/install.sh
  4. 2
      plugins/php/versions/56/install.sh
  5. 2
      plugins/php/versions/70/install.sh
  6. 2
      plugins/php/versions/71/install.sh
  7. 2
      plugins/php/versions/72/install.sh
  8. 2
      plugins/php/versions/73/install.sh

@ -58,6 +58,7 @@ cd $sourcePath/php/php-5.3.29 && ./configure \
--enable-exif \
--enable-hash \
--enable-libxml \
--enable-simplexml \
--enable-dom \
--enable-filter \
--enable-fileinfo \

@ -33,6 +33,7 @@ if [ $sysName == 'Darwin' ]; then
OPTIONS='--without-iconv'
else
OPTIONS="--with-iconv=${serverPath}/lib/libiconv"
OPTIONS="${OPTIONS} --with-gd --enable-gd-native-ttf"
fi
cd $sourcePath/php/php-5.4.45 && ./configure \
@ -45,6 +46,7 @@ cd $sourcePath/php/php-5.4.45 && ./configure \
--enable-mbstring \
--enable-sockets \
--enable-ftp \
--enable-simplexml \
--enable-wddx \
--enable-soap \
--enable-posix \

@ -30,6 +30,7 @@ if [ $sysName == 'Darwin' ]; then
OPTIONS='--without-iconv'
else
OPTIONS="--with-iconv=${serverPath}/lib/libiconv"
OPTIONS="${OPTIONS} --with-gd --enable-gd-native-ttf"
fi
@ -40,6 +41,7 @@ cd $sourcePath/php/php-5.5.38 && ./configure \
--with-zlib-dir=$serverPath/lib/zlib \
--enable-mysqlnd \
--enable-zip \
--enable-simplexml \
--enable-intl \
--enable-mbstring \
--enable-sockets \

@ -31,6 +31,7 @@ if [ $sysName == 'Darwin' ]; then
OPTIONS='--without-iconv'
else
OPTIONS="--with-iconv=${serverPath}/lib/libiconv"
OPTIONS="${OPTIONS} --with-gd --enable-gd-native-ttf"
fi
cd $sourcePath/php/php-5.6.36 && ./configure \
@ -43,6 +44,7 @@ cd $sourcePath/php/php-5.6.36 && ./configure \
--with-mysqli=mysqlnd \
--enable-zip \
--enable-mbstring \
--enable-simplexml \
--enable-intl \
--enable-ftp \
--enable-sockets \

@ -31,6 +31,7 @@ if [ $sysName == 'Darwin' ]; then
OPTIONS='--without-iconv'
else
OPTIONS="--with-iconv=${serverPath}/lib/libiconv"
OPTIONS="${OPTIONS} --with-gd --enable-gd-native-ttf"
fi
@ -42,6 +43,7 @@ cd $sourcePath/php/php-7.0.30 && ./configure \
--enable-mysqlnd \
--enable-zip \
--enable-mbstring \
--enable-simplexml \
--enable-ftp \
--enable-sockets \
--enable-intl \

@ -31,6 +31,7 @@ if [ $sysName == 'Darwin' ]; then
OPTIONS='--without-iconv'
else
OPTIONS="--with-iconv=${serverPath}/lib/libiconv"
OPTIONS="${OPTIONS} --with-gd --enable-gd-native-ttf"
fi
@ -42,6 +43,7 @@ cd $sourcePath/php/php-${version} && ./configure \
--enable-mysqlnd \
--enable-zip \
--enable-mbstring \
--enable-simplexml \
--enable-ftp \
--enable-wddx \
--enable-sockets \

@ -32,6 +32,7 @@ if [ $sysName == 'Darwin' ]; then
OPTIONS='--without-iconv'
else
OPTIONS="--with-iconv=${serverPath}/lib/libiconv"
OPTIONS="${OPTIONS} --with-gd --enable-gd-native-ttf"
fi
@ -43,6 +44,7 @@ cd $sourcePath/php/php-${version} && ./configure \
--enable-mysqlnd \
--enable-zip \
--enable-mbstring \
--enable-simplexml \
--enable-sockets \
--enable-intl \
--enable-ftp \

@ -33,6 +33,7 @@ if [ $sysName == 'Darwin' ]; then
OPTIONS='--without-iconv'
else
OPTIONS="--with-iconv=${serverPath}/lib/libiconv"
OPTIONS="${OPTIONS} --with-gd --enable-gd-native-ttf"
fi
@ -46,6 +47,7 @@ cd $sourcePath/php/php-${version} && ./configure \
--enable-mbstring \
--enable-ftp \
--enable-sockets \
--enable-simplexml \
--enable-intl \
--enable-wddx \
--enable-soap \

Loading…
Cancel
Save