]> granicus.if.org Git - php/commitdiff
revert my previous patch as it breaks more than fixes
authorAntony Dovgal <tony2001@php.net>
Thu, 2 Dec 2004 16:35:02 +0000 (16:35 +0000)
committerAntony Dovgal <tony2001@php.net>
Thu, 2 Dec 2004 16:35:02 +0000 (16:35 +0000)
ext/standard/array.c

index 5c6ecf575faa8941cce35f7768fb9fa305676149..e3173033484fdcf6b97d685cf99c5f8321a21851 100644 (file)
@@ -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. */