Skip to content

How to install Intl extension in Xampp ?

Last updated on November 21, 2022

The PHP Internationalization extension is used in almost all modern frameworks. The extension is useful for formatting currency, number, and date/time as well as UCA-conformant collations, for message formatting and normalizing text..etc.

1 – Open [xampp_folder_path]/php/php.ini to edit.

2 – Search for – extension=php_intl.dll

  ;extension=php_intl.dll

and uncomment the line by removing the semicolon.

  extension=php_intl.dll

3 – save the file and restart Apache.

0 0 votes
Article Rating
Subscribe
Notify of
guest

12 Comments
Most Voted
Newest Oldest
Inline Feedbacks
View all comments