From ac57e6596c3da77e16b4cf8af3760b38e1ab2bc2 Mon Sep 17 00:00:00 2001 From: Daniel Egeberg Date: Sun, 25 Jul 2010 11:12:19 +0000 Subject: [PATCH] Fixed PHP bug #52437 (array_unique version misleading) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301530 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/array/functions/array-unique.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/reference/array/functions/array-unique.xml b/reference/array/functions/array-unique.xml index ebf73c9245..3394728c3a 100644 --- a/reference/array/functions/array-unique.xml +++ b/reference/array/functions/array-unique.xml @@ -70,7 +70,7 @@ SORT_LOCALE_STRING - 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.