created a php console project
stepping through a unit test, fails on curl_init with message "Call to undefined function curl_init()"
when I run phpInit() , there is no mention of curl.
I have a licensed product, but had first installed the trial version.
Is curl included? Is there some separate process to install it? I did sudo apt-get install curl libcurl4-openssl-dev in my Ubuntu, but have a feeling that is not related to running in Visual Studio.