smush another pesky PHP 6

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299468 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Peter Cowburn 2010-05-18 20:49:29 +00:00
parent dcf36fc9c3
commit 7653b91a1f

View file

@ -51,10 +51,13 @@
</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.
strings, based on the current locale. Added in PHP 4.4.0 and 5.0.2, it
uses the system locale, which can be changed using <function>setlocale</function>.
<!-- FIXME PHP_6
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>