From: Antony Dovgal Date: Thu, 2 Dec 2004 16:35:02 +0000 (+0000) Subject: revert my previous patch as it breaks more than fixes X-Git-Tag: RELEASE_0_2~588 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ccc6462cc559d7d958b0d59a2fc75376fad29568;p=php revert my previous patch as it breaks more than fixes --- diff --git a/ext/standard/array.c b/ext/standard/array.c index 5c6ecf575f..e317303348 100644 --- a/ext/standard/array.c +++ b/ext/standard/array.c @@ -3650,7 +3650,6 @@ PHP_FUNCTION(array_multisort) * array, and the very first argument has to be an array. */ for (i = 0; i < argc; i++) { - SEPARATE_ZVAL(args[i]); if (Z_TYPE_PP(args[i]) == IS_ARRAY) { /* We see the next array, so we update the sort flags of the previous array and reset the sort flags. */