Code the Future with Java and AI – Join Me at JDConf 2025
JDConf 2025 is around the corner - and I want you to be part of it. Whether you are a Java developer, architect, team leader, or decision maker, this is…
03/04/2025
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…