php-mod / curl

This library provides an object-oriented and dependency free wrapper of the PHP cURL extension.
MIT License
328 stars 120 forks source link

Fixed broken User Agent Link. #31

Closed nadar closed 7 years ago

amouhzi commented 7 years ago

Thank you.

nadar commented 7 years ago

Maybe the Version 1.5 should be switched to 1.6.

amouhzi commented 7 years ago

No, as this does not affect the code working.

nadar commented 7 years ago

I ment: https://github.com/php-mod/curl/blob/master/src/Curl/Curl.php#L69

should be 'PHP Curl/1.6 ... instead of 'PHP Curl/1.5 ....

nadar commented 7 years ago

Or its not related to this librarys version?

amouhzi commented 7 years ago

Yes you're right. it is related.

amouhzi commented 7 years ago

I fixed it. thanks.