ldb358 Posted October 10, 2009 Share Posted October 10, 2009 how can i load a php extension when the script is run? i need this in order to load a video conversion extension so if there is a class or script out there that can do this that would work to, i know about the dl() function but it is depreciated, but i don't have access to my php.ini which is whats stated as the alternative Link to comment https://forums.phpfreaks.com/topic/177251-loading-a-php-extension-on-run-time/ Share on other sites More sharing options...
trq Posted October 11, 2009 Share Posted October 11, 2009 You need to use either dl or load the extension within your ini. There is no other alternative. Link to comment https://forums.phpfreaks.com/topic/177251-loading-a-php-extension-on-run-time/#findComment-934609 Share on other sites More sharing options...
ldb358 Posted October 11, 2009 Author Share Posted October 11, 2009 okay thank Link to comment https://forums.phpfreaks.com/topic/177251-loading-a-php-extension-on-run-time/#findComment-934613 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.