[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://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[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 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://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[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 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]