Uh oh!
There was an error while loading. Please reload this page.
[Sync EN] ext/soap: document the PHP 8.4 changes (#5735) - #3230
Merged
Conversation
- SoapClient::$typemap is an array as of PHP 8.4.0, no longer a resource,
and the property description was empty
- SoapClient and SoapServer constructors: classmap keys accept the Clark
notation {namespace}type as of PHP 8.4.0
- SoapServer::setPersistence: changelog for the shared session module
support and the new Error
- SoapVar::__construct: changelog for the ISO 8601 serialization of
DateTimeInterface values
- also drop the empty <xi:fallback/> elements in soapclient.xml
Closes#3210Uh oh!
There was an error while loading. Please reload this page.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Sync of
reference/soapwith doc-end20d66d9c76ff98dceb853aeb86794fe9d657669(php/doc-en#5735).SoapClient::$typemapis anarrayas of PHP 8.4.0, no longer aresource; its description was emptySoapClient::__construct()/SoapServer::__construct():classmapkeys accept the Clark notation{namespace}typeas of PHP 8.4.0SoapServer::setPersistence(): changelog for the shared session module support and the newErrorSoapVar::__construct(): changelog for the ISO 8601 serialization ofDateTimeInterfacevalues<xi:fallback/>elements insoapclient.xml([skip-revcheck] Remove empty xi:fallback elements doc-en#5699)Reviewedmarkers dropped,EN-Revisionbumped on the 5 filesCloses#3210