From 9ebb304ed574f767064e8cc004df9f99d7756e83 Mon Sep 17 00:00:00 2001 From: Moriyoshi Koizumi Date: Fri, 15 May 2009 17:03:43 +0000 Subject: [PATCH] - MFH: Roll it back. --- ext/standard/array.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/standard/array.c b/ext/standard/array.c index 2c926f8c39..4604cdb942 100644 --- a/ext/standard/array.c +++ b/ext/standard/array.c @@ -2839,7 +2839,7 @@ PHP_FUNCTION(array_unique) }; struct bucketindex *arTmp, *cmpdata, *lastkept; unsigned int i; - long sort_type = SORT_REGULAR; + long sort_type = SORT_STRING; if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "Z|l", &array, &sort_type) == FAILURE) { return; -- 2.50.1