o fix the PHP Extensions “0” must be loaded issue while installing the magento , Please follow the below codes
Goto File app/code/core/Mage/Install/etc/config.xml (line no : 72)
Replace
<extensions>
<pdo_mysql/>
</extensions>
with this
<extensions>
<pdo_mysql>1</pdo_mysql>
</extensions>
https://magentoextensiondevelopers.wordpress.com/