]> granicus.if.org Git - php/commitdiff
MFH: revert my last patch
authorAntony Dovgal <tony2001@php.net>
Thu, 2 Dec 2004 16:36:00 +0000 (16:36 +0000)
committerAntony Dovgal <tony2001@php.net>
Thu, 2 Dec 2004 16:36:00 +0000 (16:36 +0000)
ext/standard/array.c

index 619aa85779d4a7a91e1a38cdd5aada0d220f94ba..5843d380e21b9a253d7979555114b19e72046c62 100644 (file)
@@ -3543,7 +3543,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. */