Forum Moderators: coopster

Message Too Old, No Replies

loading extensions within script using dl

use dl(), help!

         

vbbnn

3:53 pm on Jun 4, 2007 (gmt 0)

10+ Year Member



Hi,

When I use dl() to load a module, I got

Warning: dl() [function.dl]: Not supported in multithreaded Web servers - use extension=php_test.dll in your php.ini.

but I do not want to put the extension into the php.ini file.
How anyone gives idea how to solve it?

I am using apache2.2.4 and php5.2.3, in Windows XP.

Best regards

eelixduppy

6:27 pm on Jun 4, 2007 (gmt 0)



I'm afraid you have no other choice with your current setup than to add it to the php.ini file, which is the proper way to do it :)

vbbnn

9:38 am on Jun 5, 2007 (gmt 0)

10+ Year Member



thanks a lot.