From 98a1c2bfa1d557998151a8c0071d5fa8bcd32f51 Mon Sep 17 00:00:00 2001 From: Stanislav Malyshev Date: Fri, 29 Feb 2008 18:06:05 +0000 Subject: [PATCH] document INTL_MAX_LOCALE_LEN git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@253981 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/intl/constants.xml | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/reference/intl/constants.xml b/reference/intl/constants.xml index b210cbfe81..b69027781a 100755 --- a/reference/intl/constants.xml +++ b/reference/intl/constants.xml @@ -1,8 +1,24 @@ - - + + &reftitle.constants; - &no.constants; + + + + + INTL_MAX_LOCALE_LEN + (integer) + + + + Limit on locale length, set to 64 in PHP code. Locale names longer + than this limit will not be accepted. + + + + +