I\'ve just installed php7 to my Ubuntu.
At first, there was no problem, my web site was working.
But suddenly, it started to return Call to undefined function curl_init() er
Your pages probably are not generated with the CLI SAPI. Check what phpinfo() returns when run from your webserver (its probably trying to read the wrong ini file).