diff --git a/language-snippets.ent b/language-snippets.ent
index a9acd180d3be..8230335fd5fc 100644
--- a/language-snippets.ent
+++ b/language-snippets.ent
@@ -1289,6 +1289,15 @@ Passing untrusted data to this parameter is insecure, unles
+Locale to use.'>
+
+
+ 8.5.0
+
+ The optional parameter locale has been added.
+
+'>
+
LDAP\Connection instance, returned by ldap_connect.'>
diff --git a/reference/intl/grapheme/grapheme-str-split.xml b/reference/intl/grapheme/grapheme-str-split.xml
index cadfdfd1d428..439977025940 100644
--- a/reference/intl/grapheme/grapheme-str-split.xml
+++ b/reference/intl/grapheme/grapheme-str-split.xml
@@ -42,6 +42,12 @@
+
+ locale
+
+ &intl.param.grapheme.locale;
+
+
@@ -60,6 +66,23 @@
+
+ &reftitle.changelog;
+
+
+
+
+ &Version;
+ &Description;
+
+
+
+ &intl.changelog.grapheme.locale;
+
+
+
+
+
&reftitle.seealso;
diff --git a/reference/intl/grapheme/grapheme-stripos.xml b/reference/intl/grapheme/grapheme-stripos.xml
index e568d8e86112..6e7256a6bcf1 100644
--- a/reference/intl/grapheme/grapheme-stripos.xml
+++ b/reference/intl/grapheme/grapheme-stripos.xml
@@ -13,6 +13,7 @@
stringhaystack
stringneedle
intoffset0
+ stringlocale""
Find position (in grapheme units) of first occurrence of a case-insensitive string
@@ -51,18 +52,23 @@
+
+ locale
+
+ &intl.param.grapheme.locale;
+
+
-
-
+
&reftitle.returnvalues;
Returns the position as an integer. If needle is not found, grapheme_stripos will return &false;.
-
+
&reftitle.changelog;
@@ -74,6 +80,7 @@
+ &intl.changelog.grapheme.locale;
7.1.0
diff --git a/reference/intl/grapheme/grapheme-stristr.xml b/reference/intl/grapheme/grapheme-stristr.xml
index 7f003d0efb38..2c0ab0ed5d00 100644
--- a/reference/intl/grapheme/grapheme-stristr.xml
+++ b/reference/intl/grapheme/grapheme-stristr.xml
@@ -13,6 +13,7 @@
stringhaystack
stringneedle
boolbeforeNeedle&false;
+ stringlocale""
Returns part of haystack string starting from and including the first occurrence of case-insensitive needle to the end of haystack.
@@ -48,6 +49,12 @@
+
+ locale
+
+ &intl.param.grapheme.locale;
+
+
@@ -59,6 +66,23 @@
Returns the portion of haystack, or &false; if needle is not found.
+
+
+ &reftitle.changelog;
+
+
+
+
+ &Version;
+ &Description;
+
+
+
+ &intl.changelog.grapheme.locale;
+
+
+
+
&reftitle.examples;
diff --git a/reference/intl/grapheme/grapheme-strpos.xml b/reference/intl/grapheme/grapheme-strpos.xml
index d9a6f2d53ff5..4cfe2942f569 100644
--- a/reference/intl/grapheme/grapheme-strpos.xml
+++ b/reference/intl/grapheme/grapheme-strpos.xml
@@ -13,6 +13,7 @@
stringhaystack
stringneedle
intoffset0
+ stringlocale""
Find position (in grapheme units) of first occurrence of a string
@@ -51,18 +52,23 @@
+
+ locale
+
+ &intl.param.grapheme.locale;
+
+
-
-
+
&reftitle.returnvalues;
Returns the position as an integer. If needle is not found, grapheme_strpos will return &false;.
-
+
&reftitle.changelog;
@@ -74,6 +80,7 @@
+ &intl.changelog.grapheme.locale;
7.1.0
diff --git a/reference/intl/grapheme/grapheme-strripos.xml b/reference/intl/grapheme/grapheme-strripos.xml
index 8de59da8ad98..07321cd1166e 100644
--- a/reference/intl/grapheme/grapheme-strripos.xml
+++ b/reference/intl/grapheme/grapheme-strripos.xml
@@ -13,6 +13,7 @@
stringhaystack
stringneedle
intoffset0
+ stringlocale""
Find position (in grapheme units) of last occurrence of a case-insensitive string
@@ -50,18 +51,40 @@
+
+ locale
+
+ &intl.param.grapheme.locale;
+
+
-
-
+
&reftitle.returnvalues;
Returns the position as an integer. If needle is not found, grapheme_strripos will return &false;.
-
+
+
+ &reftitle.changelog;
+
+
+
+
+ &Version;
+ &Description;
+
+
+
+ &intl.changelog.grapheme.locale;
+
+
+
+
+
&reftitle.examples;
diff --git a/reference/intl/grapheme/grapheme-strrpos.xml b/reference/intl/grapheme/grapheme-strrpos.xml
index b83dc627a224..b3708e82755e 100644
--- a/reference/intl/grapheme/grapheme-strrpos.xml
+++ b/reference/intl/grapheme/grapheme-strrpos.xml
@@ -13,6 +13,7 @@
stringhaystack
stringneedle
intoffset0
+ stringlocale""
Find position (in grapheme units) of last occurrence of a string
@@ -50,18 +51,40 @@
+
+ locale
+
+ &intl.param.grapheme.locale;
+
+
-
-
+
&reftitle.returnvalues;
Returns the position as an integer. If needle is not found, grapheme_strrpos will return &false;.
-
+
+
+ &reftitle.changelog;
+
+
+
+
+ &Version;
+ &Description;
+
+
+
+ &intl.changelog.grapheme.locale;
+
+
+
+
+
&reftitle.examples;
diff --git a/reference/intl/grapheme/grapheme-strstr.xml b/reference/intl/grapheme/grapheme-strstr.xml
index 8c2b2e531403..571294b4a717 100644
--- a/reference/intl/grapheme/grapheme-strstr.xml
+++ b/reference/intl/grapheme/grapheme-strstr.xml
@@ -13,6 +13,7 @@
stringhaystack
stringneedle
boolbeforeNeedle&false;
+ stringlocale""
Returns part of haystack string from the first occurrence of needle to the end of haystack (including the needle).
@@ -48,18 +49,40 @@
+
+ locale
+
+ &intl.param.grapheme.locale;
+
+
-
-
+
&reftitle.returnvalues;
Returns the portion of haystack, or &false; if needle is not found.
-
+
+
+ &reftitle.changelog;
+
+
+
+
+ &Version;
+ &Description;
+
+
+
+ &intl.changelog.grapheme.locale;
+
+
+
+
+
&reftitle.examples;
diff --git a/reference/intl/grapheme/grapheme-substr.xml b/reference/intl/grapheme/grapheme-substr.xml
index 8f6b2619e016..8f60c01cc652 100644
--- a/reference/intl/grapheme/grapheme-substr.xml
+++ b/reference/intl/grapheme/grapheme-substr.xml
@@ -13,6 +13,7 @@
stringstring
intoffset
intnulllength&null;
+ stringlocale""
Return part of a string
@@ -57,11 +58,16 @@
+
+ locale
+
+ &intl.param.grapheme.locale;
+
+
-
-
+
&reftitle.returnvalues;
@@ -80,6 +86,7 @@
+ &intl.changelog.grapheme.locale;
8.0.0
diff --git a/reference/openssl/functions/openssl-private-decrypt.xml b/reference/openssl/functions/openssl-private-decrypt.xml
index be40ae75a24a..852523913461 100644
--- a/reference/openssl/functions/openssl-private-decrypt.xml
+++ b/reference/openssl/functions/openssl-private-decrypt.xml
@@ -14,6 +14,7 @@
#[\SensitiveParameter]stringdecrypted_data
#[\SensitiveParameter]OpenSSLAsymmetricKeyOpenSSLCertificatearraystringprivate_key
intpaddingOPENSSL_PKCS1_PADDING
+ stringnulldigest_algo&null;
openssl_private_decrypt decrypts
@@ -65,6 +66,14 @@
+
+ digest_algo
+
+
+ The digest algorithm for OEAP padding, or &null; to use the default algorithm.
+
+
+
@@ -87,6 +96,12 @@
+
+ 8.5.0
+
+ The optional parameter digest_algo has been added.
+
+
8.0.0
diff --git a/reference/openssl/functions/openssl-public-encrypt.xml b/reference/openssl/functions/openssl-public-encrypt.xml
index 39b6cef9e644..6032a4b2facc 100644
--- a/reference/openssl/functions/openssl-public-encrypt.xml
+++ b/reference/openssl/functions/openssl-public-encrypt.xml
@@ -14,6 +14,7 @@
stringencrypted_data
OpenSSLAsymmetricKeyOpenSSLCertificatearraystringpublic_key
intpaddingOPENSSL_PKCS1_PADDING
+ stringnulldigest_algo&null;
openssl_public_encrypt encrypts data
@@ -68,6 +69,14 @@
+
+ digest_algo
+
+
+ The digest algorithm for OEAP padding, or &null; to use the default algorithm.
+
+
+
@@ -90,6 +99,12 @@
+
+ 8.5.0
+
+ The optional parameter digest_algo has been added.
+
+
8.0.0
diff --git a/reference/openssl/functions/openssl-sign.xml b/reference/openssl/functions/openssl-sign.xml
index 33fefaec379e..3581d0091737 100644
--- a/reference/openssl/functions/openssl-sign.xml
+++ b/reference/openssl/functions/openssl-sign.xml
@@ -14,6 +14,7 @@
stringsignature
#[\SensitiveParameter]OpenSSLAsymmetricKeyOpenSSLCertificatearraystringprivate_key
stringintalgorithmOPENSSL_ALGO_SHA1
+ intpadding0
openssl_sign computes a signature for the
@@ -67,6 +68,12 @@
+
+ padding
+
+ RSA PSS padding to use.
+
+
@@ -89,6 +96,12 @@
+
+ 8.5.0
+
+ The optional parameter padding has been added.
+
+
8.0.0
diff --git a/reference/openssl/functions/openssl-verify.xml b/reference/openssl/functions/openssl-verify.xml
index 56b0b6f10294..2e67ff20a82c 100644
--- a/reference/openssl/functions/openssl-verify.xml
+++ b/reference/openssl/functions/openssl-verify.xml
@@ -14,6 +14,7 @@
stringsignature
OpenSSLAsymmetricKeyOpenSSLCertificatearraystringpublic_key
stringintalgorithmOPENSSL_ALGO_SHA1
+ intpadding0
openssl_verify verifies that the
@@ -67,6 +68,12 @@ MIIBCgK...)
+
+ padding
+
+ RSA PSS padding to use.
+
+
@@ -90,6 +97,12 @@ MIIBCgK...)
+
+ 8.5.0
+
+ The optional parameter padding has been added.
+
+
8.0.0
diff --git a/reference/soap/soapclient/dorequest.xml b/reference/soap/soapclient/dorequest.xml
index c73229a40ec9..0d5006e04a80 100644
--- a/reference/soap/soapclient/dorequest.xml
+++ b/reference/soap/soapclient/dorequest.xml
@@ -15,6 +15,7 @@
stringaction
intversion
booloneWay&false;
+ stringnulluriParserClass&null;
Performs SOAP request over HTTP.
@@ -70,6 +71,15 @@
+
+ uriParserClass
+
+
+ The classname to use for parsing the redirection URI when a "Location" header is received in the response,
+ or &null; to use the default, parse_url based parsing.
+
+
+
@@ -92,6 +102,12 @@
+
+ 8.5.0
+
+ The optional parameter uriParserClass has been added.
+
+
8.0.0
diff --git a/reference/soap/soapfault/construct.xml b/reference/soap/soapfault/construct.xml
index 38d8d35358f0..594dfbf08ecd 100644
--- a/reference/soap/soapfault/construct.xml
+++ b/reference/soap/soapfault/construct.xml
@@ -16,6 +16,7 @@
mixeddetails&null;
stringnullname&null;
mixedheaderFault&null;
+ stringlang""
This class is used to send SOAP fault responses from the PHP handler.
@@ -78,10 +79,41 @@
+
+ lang
+
+
+ The human language that the SoapFault is written in. This is only used for SOAP version 1.2.
+
+
+
+
+ &reftitle.changelog;
+
+
+
+
+ &Version;
+ &Description;
+
+
+
+
+ 8.5.0
+
+ The optional parameter lang has been added
+ in order to be compliant with the SOAP 1.2 specification.
+
+
+
+
+
+
+
&reftitle.examples;
diff --git a/reference/soap/soapserver/fault.xml b/reference/soap/soapserver/fault.xml
index 0c2de236fbba..760a3ece4d21 100644
--- a/reference/soap/soapserver/fault.xml
+++ b/reference/soap/soapserver/fault.xml
@@ -15,6 +15,7 @@
stringactor""
mixeddetails&null;
stringname""
+ stringlang""
Sends a response to the client of the current request indicating an error.
@@ -70,6 +71,12 @@
+
+ lang
+
+ The human language that the SoapFault is written in. This is only used for SOAP version 1.2.
+
+
@@ -81,6 +88,29 @@
+
+ &reftitle.changelog;
+
+
+
+
+ &Version;
+ &Description;
+
+
+
+
+ 8.5.0
+
+ The optional parameter lang has been added
+ in order to be compliant with the SOAP 1.2 specification.
+
+
+
+
+
+
+
&reftitle.seealso;