We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec406be commit fd68ef9Copy full SHA for fd68ef9
1 file changed
src/scripts/extensions/intl.sh
@@ -17,7 +17,7 @@ add_intl() {
17
else
18
[ "${ts:?}" = 'zts' ] && suffix='-zts'
19
install_icu "$icu" >/dev/null 2>&1
20
- get -q -n "${ext_dir:?}/intl.so" "https://github.com/shivammathur/icu-intl/releases/download/intl/php${version:?}-intl-$icu$suffix$arch_suffix.so"
+ get -q -n "${ext_dir:?}/intl.so" "https://github.com/shivammathur/icu-intl/releases/download/intl-$icu/php${version:?}-intl-$icu$suffix$arch_suffix.so"
21
enable_extension intl extension
22
add_extension_log intl "Installed and enabled with ICU $icu"
23
fi
0 commit comments