Browse Source

disable extras not in use

PHP-GTK3
yggverse 4 months ago
parent
commit
8d3a5e197f
  1. 3
      INSTALL.sh

3
INSTALL.sh

@ -120,10 +120,12 @@ if [[ $BUILD_PHP_SRC == "y" ]]; then
./configure --prefix="$DIR_PHP_SRC_TARGET"\ ./configure --prefix="$DIR_PHP_SRC_TARGET"\
--disable-cgi\ --disable-cgi\
--disable-dom\ --disable-dom\
--disable-filter\
--disable-phar\ --disable-phar\
--disable-session\ --disable-session\
--disable-shared\ --disable-shared\
--disable-simplexml\ --disable-simplexml\
--disable-tokenizer\
--disable-xml\ --disable-xml\
--disable-xmlreader\ --disable-xmlreader\
--disable-xmlwriter\ --disable-xmlwriter\
@ -135,6 +137,7 @@ if [[ $BUILD_PHP_SRC == "y" ]]; then
--with-gettext\ --with-gettext\
--with-openssl\ --with-openssl\
--with-pdo-sqlite\ --with-pdo-sqlite\
--without-iconv\
--without-libxml --without-libxml
make clean make clean

Loading…
Cancel
Save