tony2001                Thu Dec  2 11:36:00 2004 EDT

  Modified files:              (Branch: PHP_5_0)
    /php-src/ext/standard       array.c 
  Log:
  MFH: revert my last patch
  
  
http://cvs.php.net/diff.php/php-src/ext/standard/array.c?r1=1.266.2.7&r2=1.266.2.8&ty=u
Index: php-src/ext/standard/array.c
diff -u php-src/ext/standard/array.c:1.266.2.7 
php-src/ext/standard/array.c:1.266.2.8
--- php-src/ext/standard/array.c:1.266.2.7      Sun Nov 28 12:04:18 2004
+++ php-src/ext/standard/array.c        Thu Dec  2 11:36:00 2004
@@ -21,7 +21,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: array.c,v 1.266.2.7 2004/11/28 17:04:18 tony2001 Exp $ */
+/* $Id: array.c,v 1.266.2.8 2004/12/02 16:36:00 tony2001 Exp $ */
 
 #include "php.h"
 #include "php_ini.h"
@@ -3543,7 +3543,6 @@
         * 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. */

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to