thybag / PHP-SharePoint-Lists-API

A simple PHP API to make working with SharePoint lists easy.
MIT License
184 stars 95 forks source link

Curl verbosity is hard coded to TRUE #95

Closed vz28bh closed 8 years ago

vz28bh commented 8 years ago

Curl outputs a lot of information that would be nice to turn off.

SoapClientAuth.php, line 112 : curl_setopt($ch, CURLOPT_VERBOSE, TRUE);

Could we default that to false or make it possible to override the curl defaults? Thanks

thybag commented 8 years ago

Hello, thanks for the suggestion, didn't actually notice that was still in there.

The debug stuff should no longer be forced on in the develop branch. https://github.com/thybag/PHP-SharePoint-Lists-API/commit/62148061d15864e51eae53bbb2141c479c3af732