How to install intl extension on WordPress on Azure App Service

1.Run the following code in the App Service SSH – apk add icu-dev &&    docker-php-ext-configure intl &&    docker-php-ext-install intl &&    docker-php-ext-enable intl 2. Now copy the intl.so & docker-php-ext-intl.ini file to persistent storage located under /home – mkdir /home/intl-ext cp /usr/local/etc/php/conf.d/docker-php-ext-intl.ini /home/intl-ext/docker-php-ext-intl.ini cp /usr/local/lib/php/extensions/no-debug-non-zts-20220829/intl.so /home/intl-ext/intl.so 3.Insert the…

Learn More
Share:

You may be interested in

What you're searching for?

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors