pull/109/head
midoks 3 years ago
parent 511a4e4d4b
commit 316a625c69
  1. 3
      plugins/php/versions/54/intl.sh
  2. 3
      plugins/php/versions/55/intl.sh

@ -47,7 +47,8 @@ Install_lib()
cd $sourcePath/php${version}/ext/${LIBNAME}
$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

@ -47,7 +47,8 @@ Install_lib()
cd $sourcePath/php${version}/ext/${LIBNAME}
$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

Loading…
Cancel
Save