Error with cURL PHP extension when running arc
Error with cURL PHP extension when running arc
Event Timeline
eambutu updated the question from to Error with cURL PHP extension when running arc.Dec 28 2016, 9:18 PM2016-12-28 21:18:10 (UTC+0)
Comment Actions
Okay, how about this?
$ php -r 'echo function_exists("curl_init") ? "YES\n" : "NO\n";'
Comment Actions
Huh, when I run that, it shows PHP Version => 7.1.0. Why would this be different? I even uninstalled php7 from my computer.
Comment Actions
You have installed multiple versions of PHP, some of which have cURL and some of which do not.
This is a distribution / package management / system administration problem unique to your environment rather than a Phabricator issue, and thus far outside the realm of free support. See Consulting if you'd like our help moving forward.