From: Andrei Zmievski Date: Wed, 24 Apr 2002 15:01:53 +0000 (+0000) Subject: Fix unwanted type conversion in array_merge_recursive (Bug #14990). X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~452 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4fc01022e63fb0246c7e985121e5c9a5f25c9aec;p=php Fix unwanted type conversion in array_merge_recursive (Bug #14990). --- diff --git a/ext/standard/array.c b/ext/standard/array.c index 9216881f8b..c0d967c244 100644 --- a/ext/standard/array.c +++ b/ext/standard/array.c @@ -1943,6 +1943,7 @@ static void php_array_merge_wrapper(INTERNAL_FUNCTION_PARAMETERS, int recursive) array_init(return_value); for (i=0; i