deshmukh999 Posted April 26, 2010 Share Posted April 26, 2010 HI Guyes, I am using xampp1.7.2 when i am trying to load .dll file . below erro displayed Warning: dl() [function.dl]: Not supported in multithreaded Web servers I am trying to load user defined dll file using this function . Please help me to resolve this error. Link to comment https://forums.phpfreaks.com/topic/199740-dl-funtion-not-supported/ Share on other sites More sharing options...
ChemicalBliss Posted April 26, 2010 Share Posted April 26, 2010 If you have made a php extension, you need to add a line in the php.ini (next/after the other list of extensions) like: extension=php_mydll.dll then move your dll file into the extension directory of php. -cb- Link to comment https://forums.phpfreaks.com/topic/199740-dl-funtion-not-supported/#findComment-1048359 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.