From 658809278ebff9d01cc6cb3cc1c59cbe1741dc5a Mon Sep 17 00:00:00 2001 From: Andrei Zmievski Date: Thu, 30 Nov 2006 21:46:54 +0000 Subject: [PATCH] Mark setlocale() as Unicode-safe. It shouldn't be used in unicode.semantics=on mode anyway. --- ext/standard/string.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.40.0