ridiculous Posted August 10, 2008 Share Posted August 10, 2008 Does anyone know how to check for the existence of an extension that must be compiled into PHP (i.e. PEAR, PDO) when you don't have root access? I was fingering through the PHP.net documentation and couldn't really find a function for this. Link to comment https://forums.phpfreaks.com/topic/119009-how-to-check-for-the-existence-of-a-compiled-extension/ Share on other sites More sharing options...
trq Posted August 10, 2008 Share Posted August 10, 2008 extension_loaded() will likely be of assistance. Link to comment https://forums.phpfreaks.com/topic/119009-how-to-check-for-the-existence-of-a-compiled-extension/#findComment-612833 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.