From a26b14769fdfd78203c0542526a7f54c9687cc85 Mon Sep 17 00:00:00 2001 From: George Peter Banyard Date: Tue, 28 May 2019 13:07:19 +0000 Subject: [PATCH] Added changelog for PHP 7.4 c.f. https://github.com/php/php-src/commit/77cf3d7b1100dbb2b441b2a75f21b4e8ee0cb9b1 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347500 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../array/functions/array-merge-recursive.xml | 25 ++++++++++++++++++ reference/array/functions/array-merge.xml | 26 +++++++++++++++++++ 2 files changed, 51 insertions(+) diff --git a/reference/array/functions/array-merge-recursive.xml b/reference/array/functions/array-merge-recursive.xml index 4d1e748a7a..2d886c5bd8 100644 --- a/reference/array/functions/array-merge-recursive.xml +++ b/reference/array/functions/array-merge-recursive.xml @@ -59,6 +59,31 @@ + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + + 7.4.0 + + This function can now be called with only one parameter. + Formerly, at least two parameters have been required. + + + + + + + + &reftitle.examples; diff --git a/reference/array/functions/array-merge.xml b/reference/array/functions/array-merge.xml index ebdcf3c358..4e939ecaec 100644 --- a/reference/array/functions/array-merge.xml +++ b/reference/array/functions/array-merge.xml @@ -58,6 +58,32 @@ Returns the resulting array. + + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + + 7.4.0 + + This function can now be called with only one parameter. + Formerly, at least two parameters have been required. + + + + + + + + &reftitle.examples;