Created
December 16, 2015 13:16
-
-
Save barbotkin/999d58b7d79aaf764bb5 to your computer and use it in GitHub Desktop.
Add packege intl in php7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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