diff --git a/src/Curl/Curl.php b/src/Curl/Curl.php index a7841e7..c572628 100644 --- a/src/Curl/Curl.php +++ b/src/Curl/Curl.php @@ -66,7 +66,7 @@ class Curl /** * @var string The user agent name which is set when making a request */ - const USER_AGENT = 'PHP Curl/2.4 (+https://github.com/php-mod/curl)'; + const USER_AGENT = 'PHP Curl/2.3 (+https://github.com/php-mod/curl)'; private $_cookies = array();