SyntaxFix
Write A Post
Hire A Developer
Questions
Starting with PHP 7.2.0, you only need to specify the extension name.
I.e., add the following line to your php.ini:
php.ini
extension=intl
See PHP's docomentation on loading extensions for more informations.