In php.ini there is the following extensions:
If you would like to use one of those extension, for example MySQL, do the following:
Remove the character ";" at the beginning of the extension
Ex:
extension = php_mysql.dll
Save the file and restart the web server.