Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:105739 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 94212 invoked from network); 18 May 2019 00:06:39 -0000 Received: from unknown (HELO mail-lf1-f51.google.com) (209.85.167.51) by pb1.pair.com with SMTP; 18 May 2019 00:06:39 -0000 Received: by mail-lf1-f51.google.com with SMTP id u27so6271447lfg.10 for ; Fri, 17 May 2019 14:13:08 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=vmLFKzPFfLUOX9wQagjFQXvHO3WbOv2mlRXTUcxJ1mY=; b=okQmFcKW4OjUszpmG1tijQnkj8RjgvKXa/12FmBXWZeGbI0hTTDvrjll9+IL/W4tik aR2QrbrYmlM/bkHJNsDcxPg2AfRhsIlmDDIGHj9/z863/VwRQ4aBZuQwODwndhB5wRtH AsyCv5V1H0p7q0L5MuNrahsJoVdR8GuN/2qnhI0kFxjmkPLOprW1PmGXpVXljojC8QNK TRnvem+OTjjNsHMpTvSL0h8pCQxWEmuKxshSRqvnEwpbVte0hztm+wPGc1HYJUulHxka LDdo1Oy2gpSrLb7dIwlVVSYqy7w2/c06XNuSFcjUZcE8kKdM1N9GAeqzTD9S9gEMWkvq eGPQ== X-Gm-Message-State: APjAAAWVwipAEpEizGUpX5Hvpa7B2jxIhb7p+5PLp6/RGiIlPm4GhqkZ v5e5WPSvpvrR63GfPArIQILtnnESJtpnZ5cfIjg= X-Google-Smtp-Source: APXvYqwBM75xn7Hb5nWXXaH1TW8jQyh4SJb3l2EG9PnD5XIydQZ5PMAIQjd800xRiaUJJdlvDoOI1GFjx+ur0e4Mn+Q= X-Received: by 2002:a19:c746:: with SMTP id x67mr28320671lff.152.1558127588174; Fri, 17 May 2019 14:13:08 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Fri, 17 May 2019 15:12:51 -0600 Message-ID: To: Dik Takken Cc: PHP Development Content-Type: text/plain; charset="UTF-8" Subject: Re: [PHP-DEV] Calling array_merge / array_merge_recursive without arguments From: levim@php.net (Levi Morrison) On Fri, May 17, 2019 at 1:53 PM Dik Takken wrote: > I just created a pull request that changes the array_merge / > array_merge_recursive functions such that they allow being called > without arguments: > > https://github.com/php/php-src/pull/4175 The change seems simple, and the idea is welcome. For me, the only question is whether to risk merging it in 7.4 or to target 8.0. I would be happy leaving that decision to maintainers.