cancel
Showing results for 
Search instead for 
Did you mean: 

PHP Extension intl.

PHP Extension intl.

i did my research and i try many thing  

 

i want your help 

my system is majpve mac  and i use apache service 

 

Screen Shot 1440-07-10 at 4.25.53 PM.pngScreen Shot 1440-07-10 at 4.26.09 PM.png

5 REPLIES 5

Re: PHP Extension intl.

Check if you even have "intl" installed first by running this command:

php -m | grep intl

Also please provide more information about your installation.
What web server are you using and how have you installed/configured your development system on your mac. 

--
Problem solved? Click Accept as Solution!

Re: PHP Extension intl.

i did not think it's install 

Apache web server 

 

I did not know what do you mean by 

have you installed/configured your development system on your mac. 

 

Re: PHP Extension intl.

Hello @masarah_fas 

 

Well - The main issue here is you will require to install INTL extension to install Magento2. its mandatory to install and configure the same.

 

So here i am sharing the link - for how to install the intl extension on the MAC OS - kindly go through with this and install it the same - https://stackoverflow.com/questions/46652968/install-intl-php-extension-osx-high-sierra

 

http://mrgott.com/misc/10-install-mcrypt-and-intl-php-extensions-on-mac-os-x-and-xampp

 

Hope it helps !

if issue solved,Click Kudos & Accept as Solution

Re: PHP Extension intl.

Hello @masarah_fas 

 

You just need to enable intl from your php.ini file.

 

Open php.ini and remove semicolon ; from ;extension=php_intl.dll

Then re-start your apache server(wamp/xamp/lamp) and it will work for you.

 

Thanks

 

--
If my answer is useful, please Accept as Solution & give Kudos

Re: PHP Extension intl.

.