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

index bf2ce6fd197d5b3dae27923ec2f61b3e6416f7ad..0a6aaed0179e646d2dd9e3473deaaf4f5c093f48 100644 (file)
@@ -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. */