]> granicus.if.org Git - php/commit
Do not fetch default locale once on minit or rinit
authorGustavo Lopes <glopes@safelinq.com>
Mon, 23 Jul 2012 14:38:27 +0000 (16:38 +0200)
committerGustavo Lopes <glopes@safelinq.com>
Mon, 23 Jul 2012 14:38:27 +0000 (16:38 +0200)
commitc052b9c99ac09069d3f7c8ca5904c499ec842336
treee584f68eab1bf1369b642e1008af4598647d143b
parent0dfcc3e798cd54714f792bf7507c37b96146ee1b
Do not fetch default locale once on minit or rinit

The default locale is now requested to ICU when it's needed by using
intl_get_default_locale().
ext/intl/collator/collator_create.c
ext/intl/dateformat/dateformat_create.cpp
ext/intl/formatter/formatter_main.c
ext/intl/locale/locale_methods.c
ext/intl/msgformat/msgformat.c
ext/intl/msgformat/msgformat_format.c
ext/intl/msgformat/msgformat_parse.c
ext/intl/php_intl.c