We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bddefe commit 8a3e3f1Copy full SHA for 8a3e3f1
src/Curl/Curl.php
@@ -66,7 +66,7 @@ class Curl
66
/**
67
* @var string The user agent name which is set when making a request
68
*/
69
- 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)';
70
71
private $_cookies = array();
72
0 commit comments