We just have these tools and people use them.
--Alan
Fatal error: Call to undefined function curl_init() -- FIXED!
If you ever get the error, Fatal error: Call to undefined function curl_init(), have no fear. All you have to do is install php curl libs.
OSX+MacPorts
sudo port install php5-curl
Debian or Aptitude based systems
sudo apt-get install php5-curl
sudo apache2ctl graceful






