Skip to content

Releases: Deakin/php-ews

Updated library to make compatible with php 7 (Genie)

17 Oct 23:20
b23f70b

Choose a tag to compare

Merge pull request #2 from Deakin/dev_genie

changes for function name to be compatible with php7

1.1.1

19 Aug 03:19

Choose a tag to compare

changes for adding a funtion

Updated library from jamesiarmes

19 Aug 02:20

Choose a tag to compare

1.1.0

changes for adding missed function call

curlopt_ssl_verifyhost update

15 Mar 01:53

Choose a tag to compare

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

02 Mar 05:42

Choose a tag to compare

this release limits the number of times a redirect will be followed

Added timeout to NTLMSoapClient

19 Oct 00:08

Choose a tag to compare

Pre-release

A configurable curl timeout was added with a default of 5 seconds in PhpEws/NTLMSoapClient

relaxed zend-ldap requirements

29 Apr 07:00

Choose a tag to compare

allow v2.* of zend-ldap

Clear Discovered Flag

27 Oct 04:54

Choose a tag to compare

Clear Discovered Flag Pre-release
Pre-release

clear discovered flag when setting email

Clear redirects

23 Oct 03:25

Choose a tag to compare

Clear redirects Pre-release
Pre-release

Fixes bug where last redirect was not being cleared

follow autodiscover email redirects

12 Oct 23:38

Choose a tag to compare

Pre-release
v0.4.0

removed email from composer.json as the latest version of composer co…