An update to the above.
I ran the following code to get the loaded extensions:
$extensions = get_loaded_extensions();
foreach($extensions as $extension) {
echo $extension , "<br>";
}
The result is:
Core
date
ereg
libxml
openssl
pcre
sqlite3
zlib
bz2
calendar
ctype
curl
hash
filter
ftp...