zendframework / ZendOAuth

BSD 3-Clause "New" or "Revised" License
19 stars 22 forks source link

Client.php::resetParameters() is not up to date with parent signature #10

Closed stefanotorresi closed 11 years ago

stefanotorresi commented 11 years ago

Zend\Http\Client::resetParameters() has been updated in zendframework/zf2@3fa82d157bba281cb90d863e9cf88dca461e55b7 so using ZendOAuth with latest ZF2 master ends up in a strict standards error.

will make a PR asap.

akrabat commented 11 years ago

@weierophinney Before, I merge this, does the Zend\Http\Client change here https://github.com/zendframework/zf2/commit/3fa82d157bba281cb90d863e9cf88dca461e55b7#L0R745 represent a BC break?

stefanotorresi commented 11 years ago

closing since it was duplicate of #11, and it has been resolved by zendframework/zf2#4411