From: Antony Dovgal Date: Thu, 2 Dec 2004 16:36:41 +0000 (+0000) Subject: MFH: revert my last patch X-Git-Tag: php-4.3.10RC2~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=84b568c4be997b6cd348b01fbdf3e1f875464276;p=php MFH: revert my last patch --- diff --git a/ext/standard/array.c b/ext/standard/array.c index bf2ce6fd19..0a6aaed017 100644 --- a/ext/standard/array.c +++ b/ext/standard/array.c @@ -2934,7 +2934,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. */