-
Notifications
You must be signed in to change notification settings - Fork 842
Sync newly added parameters #5074
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
The OpenSSL part LGTM |
Girgias
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use <simpara> instead of <para> where able, and create an XML entity for the locale parameter and changelog of the Grapheme functions.
| <term><parameter>uriParserClass</parameter></term> | ||
| <listitem> | ||
| <simpara> | ||
| The classname to use for parsing the redirection URI when a "Location" header is received in the response, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe?
| The classname to use for parsing the redirection URI when a "Location" header is received in the response, | |
| The classname to use for parsing the redirection URI when a <literal>"Location"</literal> header is received in the response, |
| <tbody> | ||
| <row> | ||
| <entry>8.5.0</entry> | ||
| <entry><methodname>SoapFault::__construct</methodname> now also expects <parameter>lang</parameter>.</entry> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| <entry><methodname>SoapFault::__construct</methodname> now also expects <parameter>lang</parameter>.</entry> | |
| <entry> | |
| The optional parameter <parameter>lang</parameter> has been added. | |
| </entry> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps this changelog entry (and the other one) should describe this was necessary to be compliant to the SOAP 1.2 spec. This is what made me add this, otherwise communicating between e.g. PHP & .NET was difficult.
| <tbody> | ||
| <row> | ||
| <entry>8.5.0</entry> | ||
| <entry><methodname>SoapServer::fault</methodname> now also expects <parameter>lang</parameter>.</entry> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| <entry><methodname>SoapServer::fault</methodname> now also expects <parameter>lang</parameter>.</entry> | |
| <entry> | |
| The optional parameter <parameter>lang</parameter> has been added. | |
| </entry> |
| <varlistentry> | ||
| <term><parameter>lang</parameter></term> | ||
| <listitem> | ||
| <simpara/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ndossche could you provide a description of the new parameter?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SoapFaults in SOAP version 1.2 have a language attribute describing the (human) language that the SoapFault is written in.
So I'd describe it as follows:
The human language that the SoapFault is written in. This is only used for SOAP version 1.2.
| <varlistentry> | ||
| <term><parameter>lang</parameter></term> | ||
| <listitem> | ||
| <simpara/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ndossche ditto
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ditto
| <varlistentry> | ||
| <term><parameter>digest_algo</parameter></term> | ||
| <listitem> | ||
| <simpara>The digest algorithm for OEAP padding, or &null; to use the default algorithm.</simpara> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit
| <simpara>The digest algorithm for OEAP padding, or &null; to use the default algorithm.</simpara> | |
| <simpara> | |
| The digest algorithm for OEAP padding, or &null; to use the default algorithm. | |
| </simpara> |
| <varlistentry> | ||
| <term><parameter>digest_algo</parameter></term> | ||
| <listitem> | ||
| <simpara>The digest algorithm for OEAP padding, or &null; to use the default algorithm.</simpara> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| <simpara>The digest algorithm for OEAP padding, or &null; to use the default algorithm.</simpara> | |
| <simpara> | |
| The digest algorithm for OEAP padding, or &null; to use the default algorithm. | |
| </simpara> |
| <row> | ||
| <entry>8.5.0</entry> | ||
| <entry> | ||
| <function>openssl_private_decrypt</function> now also accepts <parameter>digest_algo</parameter>. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| <function>openssl_private_decrypt</function> now also accepts <parameter>digest_algo</parameter>. | |
| The optional parameter <parameter>digest_algo</parameter> has been added. |
| <row> | ||
| <entry>8.5.0</entry> | ||
| <entry> | ||
| <function>openssl_public_encrypt</function> now also accepts <parameter>digest_algo</parameter>. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| <function>openssl_public_encrypt</function> now also accepts <parameter>digest_algo</parameter>. | |
| The optional parameter <parameter>digest_algo</parameter> has been added. |
| <row> | ||
| <entry>8.5.0</entry> | ||
| <entry> | ||
| <function>grapheme_substr</function> now also accepts <parameter>locale</parameter>. | ||
| </entry> | ||
| </row> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And make this whole row tag an XML entity to reuse across all the grapheme functions with the new param.
| <row> | |
| <entry>8.5.0</entry> | |
| <entry> | |
| <function>grapheme_substr</function> now also accepts <parameter>locale</parameter>. | |
| </entry> | |
| </row> | |
| <row> | |
| <entry>8.5.0</entry> | |
| <entry> | |
| The optional parameter <parameter>locale</parameter> has been added. | |
| </entry> | |
| </row> |
No description provided.