【问题标题】:The requested PHP extension intl is missing from your system while installing CakePHP [duplicate]安装 CakePHP 时,您的系统缺少请求的 PHP 扩展 intl [重复]
【发布时间】:2018-08-30 08:04:51
【问题描述】:

我有 PHP 版本 7,Windows 10 Pro OS,并且已经在 php.ini 中注入了extension=php_intl.dll,没有注释。 (一开始它甚至没有;extension=php_intl.dll

通过composer安装出现如下错误:

您的需求无法解决为一组可安装的软件包。

问题 1

- cakephp/cakephp 3.6.9 requires ext-intl * -> the requested PHP extension intl is missing from your system.
- cakephp/cakephp 3.6.8 requires ext-intl * -> the requested PHP extension intl is missing from your system.
- cakephp/cakephp 3.6.7 requires ext-intl * -> the requested PHP extension intl is missing from your system.
- cakephp/cakephp 3.6.6 requires ext-intl * -> the requested PHP extension intl is missing from your system.
- cakephp/cakephp 3.6.5 requires ext-intl * -> the requested PHP extension intl is missing from your system.
- cakephp/cakephp 3.6.4 requires ext-intl * -> the requested PHP extension intl is missing from your system.
- cakephp/cakephp 3.6.3 requires ext-intl * -> the requested PHP extension intl is missing from your system.
- cakephp/cakephp 3.6.2 requires ext-intl * -> the requested PHP extension intl is missing from your system.
- cakephp/cakephp 3.6.10 requires ext-intl * -> the requested PHP extension intl is missing from your system.
- cakephp/cakephp 3.6.1 requires ext-intl * -> the requested PHP extension intl is missing from your system.
- cakephp/cakephp 3.6.0 requires ext-intl * -> the requested PHP extension intl is missing from your system.
- Installation request for cakephp/cakephp 3.6.* -> satisfiable by cakephp/cakephp[3.6.0, 3.6.1, 3.6.10, 3.6.2, 3.6.3, 3.6.4, 3.6.5, 3.6.6, 3.6.7, 3.6.8, 3.6.9].

【问题讨论】:

  • 请指定您的操作系统。
  • 那么你的问题是什么?阅读错误信息?阅读并采取相应的行动。使用 Google 显然也不是您的首选。请阅读stackoverflow.com/help/how-to-ask
  • Sehdev:Windows 10 专业版

标签: php cakephp


【解决方案1】:

在您的php.ini 文件中,取消注释以下行

;extension=php_intl.dll

【讨论】:

    猜你喜欢
    • 2014-04-15
    • 1970-01-01
    • 2013-07-15
    • 2017-12-07
    • 2017-12-10
    • 1970-01-01
    • 2020-06-14
    • 1970-01-01
    • 2015-12-05
    相关资源
    最近更新 更多