[PHP] Re: Loading a dll

2001-11-16 Thread Daniel Berwig
It doesn't load the dll, when specifying the path (relative path neither absolute path). Any solution? Daniel Berwig "Henrik Hansen" <[EMAIL PROTECTED]> escreveu na mensagem [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > [EMAIL PROTECTED] (Daniel Berwig) wrote: > > > The problem is that the

[PHP] Re: Loading a dll

2001-11-16 Thread Henrik Hansen
[EMAIL PROTECTED] (Daniel Berwig) wrote: > The problem is that the php tries to load the dll from the extension_dir. Is > there a way to make it load from anywhere else? try to supply a path in dl(). -- Henrik Hansen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail:

[PHP] Re: Loading a dll

2001-11-16 Thread Daniel Berwig
The problem is that the php tries to load the dll from the extension_dir. Is there a way to make it load from anywhere else? "Henrik Hansen" <[EMAIL PROTECTED]> escreveu na mensagem [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > [EMAIL PROTECTED] (Daniel Berwig) wrote: > > > Does anyone know if

[PHP] Re: Loading a dll

2001-11-16 Thread Henrik Hansen
[EMAIL PROTECTED] (Daniel Berwig) wrote: > Does anyone know if it is possible to load a dll at runtime that is not in > the extensions_dir configured in the php.ini? And if it is possible, how can > I do it? if anything dl() does it. -- Henrik Hansen -- PHP General Mailing List (http://ww