Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Conversation

@bnprss
Copy link
Contributor

@bnprss bnprss commented Aug 14, 2015

According to php documentation http://php.net/manual/fr/soapclient.soapcall.php, __soapCall should take array instead of null parameters.

HHVM 3.8.0 is complaining resulting a wrong result with message :
Warning: __soapcall() expects parameter 3 to be array, NULL given in /zendframework/library/Zend/Soap/Client.php on line 1117

This PR work with hhvm & php

bnprss added 2 commits August 14, 2015 11:59
According to php documentation http://php.net/manual/fr/soapclient.soapcall.php, __soapCall should take array instead of null parameters.

HHVM 3.8.0 is complaining resulting a wrong result with message :
Warning: __soapcall() expects parameter 3 to be array, NULL given in /zendframework/library/Zend/Soap/Client.php on line 1117

This PR work with hhvm & php
correct /vendor/bin/php-cs-fixer fix -v --diff --dry-run
@Maks3w Maks3w added this to the 2.5.2 milestone Aug 14, 2015
@Maks3w Maks3w added the bug label Aug 14, 2015
@Maks3w Maks3w self-assigned this Oct 15, 2015
@Maks3w Maks3w modified the milestones: 2.4.3, 2.5.2 Oct 15, 2015
Maks3w added a commit that referenced this pull request Oct 15, 2015
Maks3w added a commit that referenced this pull request Oct 15, 2015
@Maks3w Maks3w merged commit b9e2137 into zendframework:master Oct 15, 2015
Maks3w added a commit that referenced this pull request Oct 15, 2015
@Maks3w Maks3w modified the milestones: 2.5.2, 2.4.3 Oct 15, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants