求老師指點一下
老師我按照您說的去安裝了,但是訪問requirements.php那個文件后,會報錯啊
Notice:?Use?of?undefined?constant?INTL_ICU_VERSION?-? assumed?'INTL_ICU_VERSION'?in? D:\wamp\www\yii\basic\vendor\yiisoft\yii2\requirements\requirements.php? on?line?61 Notice:?Use?of?undefined?constant?INTL_ICU_VERSION?-? assumed?'INTL_ICU_VERSION'?in? D:\wamp\www\yii\basic\vendor\yiisoft\yii2\requirements\requirements.php? on?line?67 我使用的是WAMP,PHP的版本跟新到5.6.9 PHP?version????Failed??Yii?Framework??要求php?5.4版本以上么?我的還是失敗。
2015-06-08
notice是提示,并不是錯誤,不會影響程序的運行。
你可以到php.ini中,設(shè)置error_reporting 為 E_ALL,就不會有上面的信息了。