If server has php libcurl enabled, does it have all setopt options available (unless something new was added in new libcurl version and server didn't upgraded, of course) or is it possible for admins to turn off parts of functionality?
I'm especially thinking about CURLOPT_HTTPHEADER - can i assume that if i'll be running my script on server(s) with enabled curl that i will be able to use CURLOPT_HTTPHEADER? Or is it possible that admins turned off this option alone?