Hi internals, I took some time to add some easy to implement new "features" that were implemented in libcurl but missing in ext/curl. Most of them are just exposing a new constant in ext/curl and dispatched in the curl_setopt function. I created a branch over master but the patch is applicable without conflict the 7.0 branch.
https://github.com/php/php-src/compare/master...adoy:curl-update I was wondering since it's not a big patch and it only introduce new constants : - Should I commit this patch to 7.0 and master or only master - Should I do a RFC to include this patch ? Thanks for your feedback Pierrick
