Update install.sh

pull/109/head
midoks 5 years ago
parent 8b8b70aec5
commit 0e48faeacc
  1. 2
      plugins/php/versions/52/install.sh

@ -87,7 +87,9 @@ if [ ! -d $serverPath/php/${PHP_VER} ];then
--prefix=$serverPath/php/${PHP_VER} \
--exec-prefix=$serverPath/php/${PHP_VER} \
--with-config-file-path=$serverPath/php/${PHP_VER}/etc \
--with-zlib-dir=$serverPath/lib/zlib \
--enable-xml \
--enable-mysqlnd \
--enable-sysvmsg \
--enable-sysvsem \
--enable-sysvshm \

Loading…
Cancel
Save