From: Andrei Zmievski Date: Thu, 30 Nov 2006 21:46:54 +0000 (+0000) Subject: Mark setlocale() as Unicode-safe. It shouldn't be used in X-Git-Tag: RELEASE_1_0_0RC1~869 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=658809278ebff9d01cc6cb3cc1c59cbe1741dc5a;p=php Mark setlocale() as Unicode-safe. It shouldn't be used in unicode.semantics=on mode anyway. --- diff --git a/ext/standard/string.c b/ext/standard/string.c index 0a5da0be40..363de4cec0 100644 --- a/ext/standard/string.c +++ b/ext/standard/string.c @@ -6006,7 +6006,7 @@ PHP_FUNCTION(strip_tags) } /* }}} */ -/* {{{ proto string setlocale(mixed category, string locale [, string ...]) +/* {{{ proto string setlocale(mixed category, string locale [, string ...]) U Set locale information */ PHP_FUNCTION(setlocale) {