From 3f2be2a9422284eb58f7bf4935be614fd356dc5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-S=C3=A9bastien=20Goupil?= Date: Mon, 6 Jun 2005 03:23:26 +0000 Subject: [PATCH] remove () for function tag git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@187696 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/setlocale.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/strings/functions/setlocale.xml b/reference/strings/functions/setlocale.xml index 543846612f..b8dab35517 100644 --- a/reference/strings/functions/setlocale.xml +++ b/reference/strings/functions/setlocale.xml @@ -1,5 +1,5 @@ - + @@ -110,7 +110,7 @@ thread. If you are running PHP on a multithreaded server api like IIS or Apache on Windows you may experience sudden changes of locale settings while a script is - running although the script itself never called setlocale() + running although the script itself never called setlocale itself. This happens due to other scripts running in different threads of the same process at the same time changing the processwide locale using setlocale.