I am starting to lose my head around one problem with the PHP EWS.
Now, I have a customer's server which is Ubuntu 11.10 and CURL 7.21.6 (I can't do anything for that) and my development server which is Windows Server 2008 R2 and CURL 7.30.0.
In both servers I have configured two Exchange accounts with the PHP-EWS library.
One is a Exchange 2010 server.
The other one is Exchange Online.
The Exchange Online account works perfectly in both servers.
The Exchange 2010 account works on my Windows server, and it doesn't work on the remote Ubuntu server.
Since I have no access for Debugging (all I have is a Web page for testing) I can only go for hypothesis.
Could the old CURL version on the older server be a problem? Or the OS itself is?