Was the CURLOPT_MUTE option removed from the curl_setopt() function in PHP 5.2.14?
Warning: curl_setopt() [function.curl-setopt]: Invalid curl configuration option in...
I am seeing errors that reference this in some of the PHP code that I have written. I don't recall getting this error when I was using PHP 5.2.13. Only after upgrading to 5.2.14 did I start getting this error.
I suspect that this is part of the bug fix:
http://bugs.php.net/51171
But CURLOPT_MUTE is still displayed as a curl option in the manual page.