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
Make sure that you have uncommented the extension from the right php.ini file. You should check whether or not extension is enabled through phpinfo() command.
phpinfo()