Server information:
Ubuntu 14.04
Apache2
I installed PHP5 on my webserver and tried to run a script that contained a call to the function curl_init(). The server responded with an error indicating that the function curl_init() was undefined. I installed PHP-CURL and restarted my webserver and encountered the same error. I created an info.php file containing a call to the function phpinfo() and checked to see that the CURL extension was installed and not only did the page say that the module was installed but it also said that CURL was enabled. I'm still recieving an error saying that curl_init() is undefined. I've checked everywhere, even on some of the Ubuntu forums and have tried everything and nothing seems to fix it.
Does anyone have any idea what I might be able to do to get this fixed?
Thanks