Releases: realmtian/soap-http-binding
Releases · realmtian/soap-http-binding
Support PHP 8.2+
Compare
Sorry, something went wrong.
No results found
Merge pull request #9 from realmtian/modernise/php82
Modernise/php82
Support newer PHP versions
Compare
Sorry, something went wrong.
No results found
Added support for PHP 8.0+
Upgraded php-soap-interpreter
Remove concrete PSR dependency and Support PHP 7.1+
Compare
Sorry, something went wrong.
No results found
Removed dependency on specific implementation of PSR-7 and started to use PSR-17 factory interfaces instead.
Removed support for php 5.6 as it is too old.
Support from php 5.6
Compare
Sorry, something went wrong.
No results found
Removed support for php 5.4 as it is too old
Changed to use Github actions to automate unit tests
Replace deprecated diactoros
Compare
Sorry, something went wrong.
No results found
Thanks @andrewtweber , we now have replaced the deprecated zend diactoros.
Better comments for `HttpBinding`
Compare
Sorry, something went wrong.
No results found
0.2.3
Update README.md
0.2.2
Compare
Sorry, something went wrong.
No results found
Close body stream if HTTP binding failed.
0.2.1
Compare
Sorry, something went wrong.
No results found
Use Zend Diactoros stream instead of PHP native stream
Improve phpdoc.
0.2.0
Compare
Sorry, something went wrong.
No results found
Add a HttpBinding class to integrate SOAP interpreter and RequestBuilder.
0.1.2
Compare
Sorry, something went wrong.
No results found
Improved validation
Improved HTTP headers preparation - content length is from getSize rather than strlen.
Added more tests.