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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user