Bumped! π
Diff: v0.9.17...v0.9.18
Changes:
- Add skippable proxy header, Apache uses title casing when acting as forward proxy [5b50067] (@ziyun)
- set HTTP 307 Temporary Redirect as known HTTP status code, Solve problem with current http://schemas.xmlsoap.org/wsdl/ to https redirect, which is done by HTTP 307. [04e5912] (@wencagh)
- fix - undefined array key boundaryStr and passing null to stripos [392ca17] (@wencagh)
- fix - array to string conversion warning [e906394] (@benboydens)
- make output of webDescription() valid HTML5 [314df6b] (@tenzap)
- Fix undefined output -> $this->portTypes[$bindingData['portType']][$operation] #123 [be63630] (@marco-dc)
- check if ['SERVER_NAME'] is set, When running from CLI (eg for tests), ['SERVER_NAME'] is not set., Check its presence to avoir missing array key [96cf200] (@tenzap)
- fix deprecation warning on PHP 8.4 with xml_set_object(), RuntimeException: Function xml_set_object() is deprecated since 8.4, provide a proper method callable to xml_set_*_handler() functions on line 6808 in file vendor/econea/nusoap/src/nusoap.php [6e855b7] (@tenzap)