yanqzh 发表于 2016-11-17 20:36:13

lnmp1.3 php7如何开启intl

因mediawiki需要用到。
安装mediawiki时提示intl没有安装,但是查看php.ini发现intl是没有设置开启。而查看phpinfo.php发现有显示intl的项。

是否需要在php.ini上开启intl(将其中设置开启的代码前的;去掉)才行?

licess 发表于 2016-11-18 09:11:58

intl都是直接buildin的默认就是开启的

yanqzh 发表于 2016-11-18 09:39:48


;intl.default_locale =
; This directive allows you to produce PHP errors when some error
; happens within intl functions. The value is the level of the error produced.
; Default is 0, which does not produce any errors.
;intl.error_level = E_WARNING
;intl.use_exceptions = 0

这个是没有配置完吧?

licess 发表于 2016-11-18 13:07:19

回复 3# 的帖子

这个不需要设置
页: [1]
查看完整版本: lnmp1.3 php7如何开启intl