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.