简体   繁体   English

symfony3配置检查器

[英]symfony3 Configuration Checker

Recently, I have installed symfony 3.0.* , after that i execute this url: 最近,我安装了symfony 3.0。*,之后我执行了以下URL:

http://localhost/symfony3/web/config.php http://localhost/symfony3/web/config.php

and i got this issue: 我有这个问题:

intl ICU version installed on your system (56.1) should match the ICU data bundled with Symfony (55.1) 系统上安装的int ICU版本(56.1)应该与Symfony(55.1)捆绑的ICU数据匹配

In most cases you should be fine, but please verify there is no inconsistencies between data provided by Symfony and the intl extension. 在大多数情况下,你应该没问题,但是请确保Symfony提供的数据与intl扩展名之间没有不一致。 See https://github.com/symfony/symfony/issues/15007 for an example of inconsistencies you might run into. 请参阅https://github.com/symfony/symfony/issues/15007 ,以获取可能会遇到的不一致的示例。

Do you know whats happens? 你知道会发生什么吗?

You can safely ignore this message. 您可以放心地忽略此消息。 Just make sure you got the GREEN [OK]. 只要确保您获得了绿色[OK]。

You should see this when running from command line like so: 从命令行运行时应该看到以下内容:

php bin/symfony_requirements

Then if you see a Green [OK] message, then everything is fine! 然后,如果您看到绿色的[OK]消息,则一切正常!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM