Skip to content

Instantly share code, notes, and snippets.

@barbotkin
Created December 16, 2015 13:16
Show Gist options
  • Save barbotkin/999d58b7d79aaf764bb5 to your computer and use it in GitHub Desktop.
Save barbotkin/999d58b7d79aaf764bb5 to your computer and use it in GitHub Desktop.
Add packege intl in php7
cd intl
phpize
./configure --enable-intl
make
sudo make install
# in php.ini uncomment extension=php_intl.dll and replaced by extension=intl.so
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment