zendframework / zend-soap

Soap component from Zend Framework
BSD 3-Clause "New" or "Revised" License
75 stars 42 forks source link

PHP 7.2 support #47

Closed joshuaadickerson closed 6 years ago

joshuaadickerson commented 6 years ago

$errcontext has been deprecrated in 7.2

Just need to remove the last argument here: https://github.com/zendframework/zend-soap/blob/ac1da3df87fbca5e039c7e66c255d8cedef1428c/src/Server.php#L1154

and update the TravisCI