Update intl.sh

pull/109/head
midoks 3 years ago
parent 35ef827bf5
commit 7c55a64c5d
  1. 4
      plugins/php/versions/53/intl.sh

@ -45,7 +45,9 @@ Install_lib()
cd $php_lib && tar xvf ${LIBNAME}-${LIBV}.tgz cd $php_lib && tar xvf ${LIBNAME}-${LIBV}.tgz
cd ${LIBNAME}-${LIBV} cd ${LIBNAME}-${LIBV}
$serverPath/php/$version/bin/phpize $serverPath/php/$version/bin/phpize
./configure --with-php-config=$serverPath/php/$version/bin/php-config ./configure --with-php-config=$serverPath/php/$version/bin/php-config \
--with-icu-dir=${serverPath}/lib/icu
make && make install && make clean make && make install && make clean
fi fi

Loading…
Cancel
Save