andrei Thu Nov 30 21:46:54 2006 UTC
Modified files:
/php-src/ext/standard string.c
Log:
Mark setlocale() as Unicode-safe. It shouldn't be used in
unicode.semantics=on mode anyway.
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/string.c?r1=1.615&r2=1.616&diff_format=u
Index: php-src/ext/standard/string.c
diff -u php-src/ext/standard/string.c:1.615 php-src/ext/standard/string.c:1.616
--- php-src/ext/standard/string.c:1.615 Thu Nov 30 21:20:56 2006
+++ php-src/ext/standard/string.c Thu Nov 30 21:46:54 2006
@@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: string.c,v 1.615 2006/11/30 21:20:56 andrei Exp $ */
+/* $Id: string.c,v 1.616 2006/11/30 21:46:54 andrei Exp $ */
/* Synced with php 3.0 revision 1.193 1999-06-16 [ssb] */
@@ -6006,7 +6006,7 @@
}
/* }}} */
-/* {{{ proto string setlocale(mixed category, string locale [, string ...])
+/* {{{ proto string setlocale(mixed category, string locale [, string ...]) U
Set locale information */
PHP_FUNCTION(setlocale)
{
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php