This repository was archived by the owner on Jan 31, 2020. It is now read-only.
zend-soap 2.7.0
·
27 commits
to master
since this release
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.