I have uncomment the following from the php.ini file
;extension=php_bz2.dll
extension=php_curl.dll
;extension=php_dba.dll
Also ,I have cop
if you have already uncommented line from php.ini and still getting error than you should make sure that this extension file is exists in php folder or not
so check for this file
php_curl.dll
in
{wamp}\bin\php\php5.x.x\ext\
if it's not there than download it from internet and paste it to there
Restart Apache.