Actions
Bug #3826
closedCheck for IPVRESOLVE before setting it
Description
When forcing IPV4 some hosts CURL versions don't support the IPVRESOLVE parameter. Check that it can be set before setting it to prevent a warning from displaying.
Updated by krileon almost 12 years ago
CURLOPT_IPRESOLVE is available since curl 7.10.8. So simply just need to do a version check.
Updated by krileon almost 12 years ago
It is also only available for PHP 5.3 and newer. So ignore older PHP versions as well.
Updated by krileon almost 12 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Actions