hi,
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.
Suggest me lto load user defined .dll library file.
dl() funtion not defined
Moderator: General Moderators
- flying_circus
- Forum Regular
- Posts: 732
- Joined: Wed Mar 05, 2008 10:23 pm
- Location: Sunriver, OR
Re: dl() funtion not defined
Install the non-thread safe version of PHP? If you're running the thread safe version of PHP, and dl() isnt compatible, there isnt much you can do. You can manually load the extension by defining the extension in the php.ini, but you'll need to reboot your web server to make it active.deshmukh999 wrote:hi,
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.
Suggest me lto load user defined .dll library file.