cancel
Showing results for 
Search instead for 
Did you mean: 

PHP Intl Extension is missing during installation of Magento 2

Re: PHP Intl Extension is missing during installation of Magento 2

Hi,I am using mac os. Any solution for mac ?

##- Please type your reply above this -##

Re: PHP Intl Extension is missing during installation of Magento 2

To enable intl extension follow these steps

  1. Open php.ini to edit.
  2. Search for "extension=php_intl.dll" and uncomment the line by removing semicolon from front.
  3. save the file and restart Apache. 

Windows users can follow my guide on setting WAMP for Magento 2.

 

Re: PHP Intl Extension is missing during installation of Magento 2

Hi Swapnil,
Will try doing it.Do you any setup guide for mac users ? Smiley Tongue
Thanks

Re: PHP Intl Extension is missing during installation of Magento 2

Hi Rohit,

I haven't done it yet. But you can also follow my guide, since AMPPS is also available for Mac users.

Thanks Smiley Happy

Re: PHP Intl Extension is missing during installation of Magento 2

I hade the same problem and Also, copy the files icu*51.dll from C:\wamp\bin\php\php5.5.12 to C:\wamp\bin\apache\apache2.4.9\bin was my solution
Thanks

Re: PHP Intl Extension is missing during installation of Magento 2

CentOS/RHEL 7.x:

rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
rpm -Uvh https://mirror.webtatic.com/yum/el7/webtatic-release.rpm

 

CentOS/RHEL 6.x:
rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm
rpm -Uvh https://mirror.webtatic.com/yum/el6/latest.rpm

 

yum -y install php70w-intl

 

#check intl.so
ls /usr/lib64/php/modules/

 

service httpd restart

#try again magento2/setup ;-)

 

For more: https://webtatic.com/packages/php70/

 

best regards,

 

Andrej