Fuente: https://github.com/chamilo/chamilo-lms/releases/download/v1.11.40/chamilo-1.11.40.zip sha256: 1cf4bf2cc7bae1ef1a1eff643235db1d552f78ddf4b6dd1e2d2dac9868679439 Snapshot independiente (rama huerfana); diffable vs 1.11.38. vendor incluido.
3.2 KiB
Changelog
All notable changes to this project will be documented in this file, in reverse chronological order by release.
2.8.0 - 2019-04-30
Added
-
#53 adds the ability to automatically generate WSDL documentation for complex types. To do so, either create an implementation of the new interface
Zend\Soap\Wsdl\DocumentationStrategy\DocumentationStrategyInterface, or use the shippedZend\Soap\Wsdl\DocumentationStrategy\ReflectionDocumentation, and attach it to any ComplexTypeStrategy using itssetDocumentationStategy()method:$strategy = new ArrayOfTypeSequence(); $strategy->setDocumentationStrategy(new ReflectionDocumentation()); -
#52 adds support for for the
xsd:dateTimetype, mapping it to PHPDateTimeinstances. -
#59 adds support for PHP 7.3.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
2.7.0 - 2018-01-29
Added
-
#42 adds support for PHP versions 7.1 and 7.2.
-
#31 adds support for
xsd:dateelements. -
#36 adds support for the libxml
LIBXML_PARSEHUGEflag when creating aServerinstance. When the support is enabled, theServerinstance will pass that flag toDOMDocument::loadXML(). The flag may be set in one of two ways:- By passing the option
parse_hugewithin the configuration$optionspassed to the constructor and/orsetOptions()method. - Via a new mutator method,
Server::setParseHuge().
- By passing the option
Changed
- #38 adds
ext-soapas an explicit package dependency. While it was previously implied; installation will now fail if that dependency is missing.
Deprecated
- Nothing.
Removed
-
#42 removes support for PHP 5.5.
-
#42 removes support for HHVM.
-
#49 removes all arguments besides
$errnoand$errstrfrom theServer::handlePhpError()method, as they were unused.
Fixed
- Nothing.
2.6.0 - 2016-04-21
Added
- #1 adds
support for the
SoapClientoptionskeep_aliveandssl_method. - #20 adds support for
the
SoapServersend_errorsconstructor 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.