From 3cf9b6bdca098c3ecd1f85c6298beae60cd837f3 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Wed, 31 Jan 2018 09:07:01 +0000 Subject: [PATCH] Add changelog git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344130 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/pgsql/functions/pg-fetch-all.xml | 24 ++++++++++++++++++++ reference/pgsql/functions/pg-last-notice.xml | 24 ++++++++++++++++++++ reference/pgsql/functions/pg-select.xml | 7 ++++++ reference/url/functions/get-headers.xml | 7 ++++++ 4 files changed, 62 insertions(+) diff --git a/reference/pgsql/functions/pg-fetch-all.xml b/reference/pgsql/functions/pg-fetch-all.xml index f1b58f354c..46bdf1f8f3 100644 --- a/reference/pgsql/functions/pg-fetch-all.xml +++ b/reference/pgsql/functions/pg-fetch-all.xml @@ -102,6 +102,30 @@ Array + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + + 7.1.0 + + The result_type parameter was added. + + + + + + + + &reftitle.seealso; diff --git a/reference/pgsql/functions/pg-last-notice.xml b/reference/pgsql/functions/pg-last-notice.xml index efdfffd22c..1a11d5649e 100644 --- a/reference/pgsql/functions/pg-last-notice.xml +++ b/reference/pgsql/functions/pg-last-notice.xml @@ -91,6 +91,30 @@ CREATE TABLE will create implicit sequence "test_id_seq" for "serial" column "te + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + + 7.1.0 + + The option parameter was added. + + + + + + + + &reftitle.seealso; diff --git a/reference/pgsql/functions/pg-select.xml b/reference/pgsql/functions/pg-select.xml index d024f2639a..147a67ffe8 100644 --- a/reference/pgsql/functions/pg-select.xml +++ b/reference/pgsql/functions/pg-select.xml @@ -17,6 +17,7 @@ stringtable_name arrayassoc_array intoptionsPGSQL_DML_EXEC + intresult_typePGSQL_ASSOC pg_select selects records specified by @@ -123,6 +124,12 @@ + + 7.1.0 + + The result_type parameter was added. + + 5.6.0 diff --git a/reference/url/functions/get-headers.xml b/reference/url/functions/get-headers.xml index 74384bed81..88bc30fbc1 100644 --- a/reference/url/functions/get-headers.xml +++ b/reference/url/functions/get-headers.xml @@ -12,6 +12,7 @@ arrayget_headers stringurl intformat0 + resourcecontext get_headers returns an array with the headers sent @@ -73,6 +74,12 @@ function. + + 7.1.0 + + The context parameter was added. + +