1
0
mirror of https://github.com/php/php-src.git synced 2026-03-31 20:53:00 +02:00

Mark setlocale() as Unicode-safe. It shouldn't be used in

unicode.semantics=on mode anyway.
This commit is contained in:
Andrei Zmievski
2006-11-30 21:46:54 +00:00
parent 6209dc6f49
commit 658809278e

View File

@@ -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)
{