Files
Chamilo/vendor/zendframework/zend-soap/CHANGELOG.md
2025-04-10 12:24:57 +02:00

928 B

Changelog

All notable changes to this project will be documented in this file, in reverse chronological order by release.

2.6.0 - 2016-04-21

Added

  • #1 adds support for the SoapClient options keep_alive and ssl_method.
  • #20 adds support for the SoapServer send_errors constructor option.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

2.5.2 - 2016-04-21

Added

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #7 fixes behavior when the request contains empty content.
  • #21 updates the dependencies to allow usage with zend-stdlib v3 releases.