Skip to content

Releases: Deakin/php-ews

Updated library to make compatible with php 7 (Genie)

Choose a tag to compare

@ishad1111 ishad1111 released this 17 Oct 23:20
b23f70b
Merge pull request #2 from Deakin/dev_genie

changes for function name to be compatible with php7

1.1.1

Choose a tag to compare

@ishad1111 ishad1111 released this 19 Aug 03:19
changes for adding a funtion

Updated library from jamesiarmes

Choose a tag to compare

@ishad1111 ishad1111 released this 19 Aug 02:20
1.1.0

changes for adding missed function call

curlopt_ssl_verifyhost update

Choose a tag to compare

@brettmc brettmc released this 15 Mar 01:53

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

Choose a tag to compare

@brettwil brettwil released this 02 Mar 05:42

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

Added timeout to NTLMSoapClient

Pre-release

Choose a tag to compare

@brettwil brettwil released this 19 Oct 00:08

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

relaxed zend-ldap requirements

Choose a tag to compare

@brettmc brettmc released this 29 Apr 07:00

allow v2.* of zend-ldap

Clear Discovered Flag

Clear Discovered Flag Pre-release
Pre-release

Choose a tag to compare

@brettwil brettwil released this 27 Oct 04:54

clear discovered flag when setting email

Clear redirects

Clear redirects Pre-release
Pre-release

Choose a tag to compare

@brettwil brettwil released this 23 Oct 03:25

Fixes bug where last redirect was not being cleared

follow autodiscover email redirects

Pre-release

Choose a tag to compare

@brettmc brettmc released this 12 Oct 23:38
v0.4.0

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