Actualización

This commit is contained in:
Xes
2025-04-10 12:24:57 +02:00
parent 8969cc929d
commit 45420b6f0d
39760 changed files with 4303286 additions and 0 deletions

View File

@@ -0,0 +1,45 @@
# 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](https://github.com/zendframework/zend-soap/pull/1) adds
support for the `SoapClient` options `keep_alive` and `ssl_method`.
- [#20](https://github.com/zendframework/zend-soap/pull/20) adds support for
the `SoapServer` `send_errors` constructor option.
### Deprecated
- Nothing.
### Removed
- Nothing.
### Fixed
- Nothing.
## 2.5.2 - 2016-04-21
### Added
- Adds GitHub Pages documentation at https://zendframework.github.io/zend-soap/
### Deprecated
- Nothing.
### Removed
- Nothing.
### Fixed
- [#7](https://github.com/zendframework/zend-soap/pull/7) fixes
behavior when the request contains empty content.
- [#21](https://github.com/zendframework/zend-soap/pull/21) updates the
dependencies to allow usage with zend-stdlib v3 releases.