I installed php7/apache2.4/mysql5.6
via this script, but it turns out that the extensions xsl
and intl
are missing (need them to run Magento2).
I'm using Ubuntu 14.04.
The most common way to load a PHP extension is to include it in your php. ini configuration file.
The intl extension is enabled by default on PHP versions above 7.2. If you're noticing any errors on your site related to this extension, please Contact Support for further assistance. If your site is still running PHP 5.6, you must enable this extension manually by making a small addition to your phprc file.
If it is for dev purposes only, the easiest way would be use a PPA like ppa:ondrej/php-7.0
and then apt-get install php7.0-intl
and apt-get install php7.0-xsl
. PPAs should NEVER be used in production.
You can run sudo apt-get install php7.0-intl
to get it installed. You dont need PPA
adding on 16.10 .
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With