Quote Originally Posted by jokerhacker View Post
you need to disable php safe mode,
go to your php.ini file and look for
Code: 
safe_mode = On
change it to
Code: 
safe_mode = Off
Useless reply, safe_mode is disabled by default.

Quote Originally Posted by Hime View Post
Code: 
yum install php-common

yum intsall php-curl
See if that helps. I can't say why you are having this with confidence! but did you anyhow edit the php.ini file & removed something?
He already installed curl using yum.

Quote Originally Posted by nba517 View Post
edit php.ini or update the php version may help
Useless reply. Curl is disabled in php.ini

Again, you just had to remove "curl_exec" from the disable_functions = "" row in php.ini