mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
remove () for function tag
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@187696 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
460ada0e3f
commit
3f2be2a942
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.23 $ -->
|
||||
<!-- $Revision: 1.24 $ -->
|
||||
<!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.setlocale">
|
||||
<refnamediv>
|
||||
|
@ -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 <function>setlocale()</function>
|
||||
running although the script itself never called <function>setlocale</function>
|
||||
itself. This happens due to other scripts running in different
|
||||
threads of the same process at the same time changing the
|
||||
processwide locale using <function>setlocale</function>.
|
||||
|
|
Loading…
Reference in a new issue