mfischer Fri Sep 6 07:27:36 2002 EDT Modified files: /phpdoc/en/reference/strings/functions strcoll.xml Log: - strcoll() is enabled for win32 since 4.2.3 Index: phpdoc/en/reference/strings/functions/strcoll.xml diff -u phpdoc/en/reference/strings/functions/strcoll.xml:1.2 phpdoc/en/reference/strings/functions/strcoll.xml:1.3 --- phpdoc/en/reference/strings/functions/strcoll.xml:1.2 Wed Apr 17 02:44:22 2002 +++ phpdoc/en/reference/strings/functions/strcoll.xml Fri Sep 6 07:27:36 2002 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/strings.xml, last change in rev 1.69 --> <refentry id="function.strcoll"> <refnamediv> @@ -26,6 +26,12 @@ Note that this comparison is case sensitive, and unlike <function>strcmp</function> this function is not binary safe. </simpara> + <note> + <para> + <function>strcoll</function> was added in PHP 4.0.5, but was not enabled + for win32 until 4.2.3. + </para> + </note> <simpara> See also <function>ereg</function>, <function>strcmp</function>, <function>strcasecmp</function>, <function>substr</function>,
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php