]> granicus.if.org Git - php/commitdiff
Mark setlocale() as Unicode-safe. It shouldn't be used in
authorAndrei Zmievski <andrei@php.net>
Thu, 30 Nov 2006 21:46:54 +0000 (21:46 +0000)
committerAndrei Zmievski <andrei@php.net>
Thu, 30 Nov 2006 21:46:54 +0000 (21:46 +0000)
unicode.semantics=on mode anyway.

ext/standard/string.c

index 0a5da0be408ef4159ed8be91287f8331916616e5..363de4cec036de88c6150c5e460f12f8120a0457 100644 (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)
 {