From 84b568c4be997b6cd348b01fbdf3e1f875464276 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Thu, 2 Dec 2004 16:36:41 +0000 Subject: [PATCH] MFH: revert my last patch --- ext/standard/array.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ext/standard/array.c b/ext/standard/array.c index bf2ce6fd197d5..0a6aaed0179e6 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. */