The system osx10.11 uses an nginx project under php56brew under brew. During the installation process, it prompts that intl and apc extensions are missing, and the following statements are used to download them, but php is still not loaded. How can
System OS X 10.11
With the php56 under the brew.
The Nginx under Brew
Under a project, during the installation process prompted missing, intl 和 apc extension, the following statements are downloaded, also loaded, but PHP is still not loaded, how to
Recently working on a project, you need to integrate the development environment with XAMPP. XAMPP is the latest version, and PHP Intl extension no, no PHP extension of the source code.
You need to manually compile the intl extension.
Environment:
: This article mainly introduces how to solve the problem of two php extensions missing during magento2 installation: ext-intl and ext-xsl. if you are interested in the PHP Tutorial, refer to it.
Symptom:
[Root @ localhost magento2] #
Problem phenomenon:
[Root@localhost magento2]# pwd
/home/wwwroot/default/magento2
[Root@localhost magento2]# Composer Install
Loading Composer repositories with the package information
Installing dependencies (including Require-dev) from lock
This article refers to
As soon as we started installing PHP, we didn't know what extensions were needed, so we had to wait until we actually used them to find a way to install them.
The easiest way to install PHP extensions is to
sudo apt-get
Recently, because of the use of YII2 framework development, found that some modules need to support PHP_INTL internationalization support expansion, the local build phpstudy integration environment, open PHP_INTL extension, any version started with
has been in the use of LNMP integrated installation package to build LNMP environment, because the work needs to install the LDAP extension, in the Internet can not find the source installation package, can only uninstall the original LNMP
What is internationalization?
Internationalization (the acronym for internationalization is i18n--i, 18 characters in the middle, N) is a process that processes software that makes it easier for users to use various languages from various places.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.