pull/109/head
midoks 5 years ago
parent 1726cfc7d6
commit a5240c4820
  1. 4
      plugins/php/versions/53/install.sh
  2. 3
      plugins/php/versions/54/install.sh
  3. 3
      plugins/php/versions/55/install.sh
  4. 1
      plugins/php/versions/56/install.sh

@ -62,6 +62,10 @@ if [ ! -d $serverPath/php/53 ];then
--exec-prefix=$serverPath/php/53 \
--with-config-file-path=$serverPath/php/53/etc \
--with-zlib-dir=$serverPath/lib/zlib \
--enable-mysqlnd \
--with-mysql=mysqlnd \
--with-pdo-mysql=mysqlnd \
--with-mysqli=mysqlnd \
--enable-zip \
--enable-exif \
--enable-hash \

@ -48,6 +48,9 @@ if [ ! -d $serverPath/php/${PHP_VER} ];then
--with-config-file-path=$serverPath/php/${PHP_VER}/etc \
--with-zlib-dir=$serverPath/lib/zlib \
--enable-mysqlnd \
--with-mysql=mysqlnd \
--with-pdo-mysql=mysqlnd \
--with-mysqli=mysqlnd \
--enable-zip \
--enable-mbstring \
--enable-sockets \

@ -47,6 +47,9 @@ if [ ! -d $serverPath/php/55 ];then
--with-config-file-path=$serverPath/php/55/etc \
--with-zlib-dir=$serverPath/lib/zlib \
--enable-mysqlnd \
--with-mysql=mysqlnd \
--with-pdo-mysql=mysqlnd \
--with-mysqli=mysqlnd \
--enable-zip \
--enable-simplexml \
--enable-intl \

@ -46,6 +46,7 @@ if [ ! -d $serverPath/php/56 ];then
--exec-prefix=$serverPath/php/56 \
--with-config-file-path=$serverPath/php/56/etc \
--with-zlib-dir=$serverPath/lib/zlib \
--enable-mysqlnd \
--with-mysql=mysqlnd \
--with-pdo-mysql=mysqlnd \
--with-mysqli=mysqlnd \

Loading…
Cancel
Save