nlopess         Sun Sep 25 11:55:38 2005 EDT

  Modified files:              
    /phpdoc/en/reference/array/functions        sort.xml 
  Log:
  link to the i18n_loc_set_default() page
  
http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/sort.xml?r1=1.22&r2=1.23&ty=u
Index: phpdoc/en/reference/array/functions/sort.xml
diff -u phpdoc/en/reference/array/functions/sort.xml:1.22 
phpdoc/en/reference/array/functions/sort.xml:1.23
--- phpdoc/en/reference/array/functions/sort.xml:1.22   Wed Aug 24 10:15:11 2005
+++ phpdoc/en/reference/array/functions/sort.xml        Sun Sep 25 11:55:37 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.22 $ -->
+<!-- $Revision: 1.23 $ -->
 <!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
   <refentry id="function.sort">
    <refnamediv>
@@ -70,7 +70,11 @@
       </listitem>
       <listitem>
        <simpara><constant>SORT_LOCALE_STRING</constant> - compare items as
-        strings, based on the current locale. Added in PHP 4.4.0 and 
5.0.2.</simpara>
+        strings, based on the current locale. Added in PHP 4.4.0 and 5.0.2.
+        Before PHP 6, it uses the system locale, which can be changed using
+        <function>setlocale</function>. Since PHP 6, you must use the
+        <function>i18n_loc_set_default</function> function.
+       </simpara>
       </listitem>
      </itemizedlist>
     </para>

Reply via email to