-
Notifications
You must be signed in to change notification settings - Fork 837
Rewrite SoapClient constructor documentation #537
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
Conversation
8d3e513 to
8d1db39
Compare
28b193c to
cf4092e
Compare
cf4092e to
9845255
Compare
This constructor takes a large number of options, most of which were effectively undocumented, leading to a very high volume of User Notes. Some examples and caveats from these notes have been incorporated. The descriptions here are largely based on reverse-engineering the source code (which isn't particularly well commented) and experimenting locally, so may not be 100% accurate, or capture differences between versions.
8791d10 to
8a29bad
Compare
cmb69
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.
Thank you for the PR! I very welcome improvement.
|
@IMSoP Pinging author |
@IMSoP Might you have the time to raise the new PR? |
|
@IMSoP There has been no update in several years. Is there still an interest in completing this PR? There are also some merge conflicts to resolve. |
|
@afilina Basically everything in this PR will be a merge conflict, because it was accidentally merged offline. So everything in this diff is actually live in the PHP manual, and has been for several years. In the meantime, as you've probably guessed, I'd completely forgotten about this. Having changed PCs, I don't currently have a dev environment set up to test some of the riskier markup changes, and life keeps happening, so I doubt I'll get back to it any time soon. Effectively, this is now more of a bug report from Christoph, pointing out the things I should have done at the time. If you're interested and have the time, feel free to create a new branch and "fix" those issues / suggestions. |
Needed to address this: php/doc-en#537
|
Closing in favor of a new PR which addresses the suggestions: #4930 |
This constructor takes a large number of options, most of which
were effectively undocumented, leading to a very high volume of
User Notes. Some examples and caveats from these notes have been
incorporated.
The descriptions here are largely based on reverse-engineering
the source code (which isn't particularly well commented) and
experimenting locally, so may not be 100% accurate, or capture
differences between versions.