Skip to content
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

Update php_soap_extension.rst #5904

Closed
wants to merge 1 commit into from
Closed

Update php_soap_extension.rst #5904

wants to merge 1 commit into from

Conversation

xDaizu
Copy link
Contributor

@xDaizu xDaizu commented Nov 25, 2015

I think
$client = new \Soapclient('http://example.com/app.php/soap?wsdl', true);
doesn't accept "true" as a default second parameter anymore

 I think 
$client = new \Soapclient('http://example.com/app.php/soap?wsdl', true); 
doesn't accept "true" as a default parameter anymore
@xabbuh
Copy link
Member

xabbuh commented Dec 1, 2015

Do you know what the true argument was supposed to do?

@ogizanagi
Copy link
Member

I guess it was a typo. AFAIK the second argument has always been an array of options.

@xabbuh
Copy link
Member

xabbuh commented Dec 2, 2015

👍

@wouterj
Copy link
Member

wouterj commented Dec 19, 2015

Thank you for testing the code & submitting fixes, Daniel! I've now merged this into the 2.3 version of the docs (which is why you see a closed status). 🎄

wouterj added a commit that referenced this pull request Dec 19, 2015
This PR was submitted for the 2.7 branch but it was merged into the 2.3 branch instead (closes #5904).

Discussion
----------

Update php_soap_extension.rst

 I think
$client = new \Soapclient('http://example.com/app.php/soap?wsdl', true);
doesn't accept "true" as a default second parameter anymore

Commits
-------

fa3b0bf Update php_soap_extension.rst
@wouterj wouterj closed this Dec 19, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants