Page 1 of 1

dl() funtion not defined

Posted: Mon Apr 26, 2010 1:01 am
by deshmukh999
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.

Re: dl() funtion not defined

Posted: Mon Apr 26, 2010 1:30 am
by flying_circus
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.
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.