Releases: Deakin/php-ews
Releases · Deakin/php-ews
Updated library to make compatible with php 7 (Genie)
1.1.1
Updated library from jamesiarmes
1.1.0 changes for adding missed function call
curlopt_ssl_verifyhost update
Changed the default value for CURLOPT_SSL_VERIFYHOST from true to 2. As noted in http://php.net/manual/en/function.curl-setopt.php, true is deprecated and removed from cUrl 7.28.1.
Limit Redirect
this release limits the number of times a redirect will be followed
Added timeout to NTLMSoapClient
A configurable curl timeout was added with a default of 5 seconds in PhpEws/NTLMSoapClient
relaxed zend-ldap requirements
allow v2.* of zend-ldap
Clear Discovered Flag
clear discovered flag when setting email
Clear redirects
Fixes bug where last redirect was not being cleared
follow autodiscover email redirects
v0.4.0 removed email from composer.json as the latest version of composer co…