tony2001 Thu Dec 2 11:36:41 2004 EDT Modified files: (Branch: PHP_4_3) /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.199.2.39&r2=1.199.2.40&ty=u Index: php-src/ext/standard/array.c diff -u php-src/ext/standard/array.c:1.199.2.39 php-src/ext/standard/array.c:1.199.2.40 --- php-src/ext/standard/array.c:1.199.2.39 Sun Nov 28 12:12:59 2004 +++ php-src/ext/standard/array.c Thu Dec 2 11:36:41 2004 @@ -22,7 +22,7 @@ */ -/* $Id: array.c,v 1.199.2.39 2004/11/28 17:12:59 tony2001 Exp $ */ +/* $Id: array.c,v 1.199.2.40 2004/12/02 16:36:41 tony2001 Exp $ */ #include "php.h" #include "php_ini.h" @@ -2934,7 +2934,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