Re: [PHP-DB] Oracle Dll

2002-02-01 Thread Mike Maltese

Try using forward slashes for the extension directory.  Run a phpinfo() page
and see if other extensions that you've loaded are showing up.

Mike
- Original Message -
From: "aiQa" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, February 01, 2002 3:49 AM
Subject: Re: [PHP-DB] Oracle Dll


Hi again,
When I include php_oracle.dll my .php pages hangs. IE world turns and turns
around. No error log is displayed. Do you have any idea?

Thanks,
aiQa


- Original Message -
From: "Mike Maltese" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, February 01, 2002 1:35 PM
Subject: Re: [PHP-DB] Oracle Dll


> The dl() function does not work on multi-threaded servers (ie
Apache(win32)
> and IIS). You'll have to add it in your php.ini file.





-- 
PHP Database 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]




Re: [PHP-DB] Oracle Dll

2002-02-01 Thread aiQa

Hi again,
When I include php_oracle.dll my .php pages hangs. IE world turns and turns around. No 
error log is displayed. Do you have any idea?

Thanks,
aiQa


- Original Message - 
From: "Mike Maltese" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, February 01, 2002 1:35 PM
Subject: Re: [PHP-DB] Oracle Dll


> The dl() function does not work on multi-threaded servers (ie Apache(win32)
> and IIS). You'll have to add it in your php.ini file.




Re: [PHP-DB] Oracle Dll

2002-02-01 Thread Mike Maltese

The dl() function does not work on multi-threaded servers (ie Apache(win32)
and IIS). You'll have to add it in your php.ini file.

- Original Message -
From: "aiQa" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, February 01, 2002 3:20 AM
Subject: [PHP-DB] Oracle Dll


Hi,
I installed Apache, oracle client on windows 2000. When I use
dl("php_oci8.dll")  function it gives the following error.

Warning: Unable to load dynamic library 'c:\php\extensions\php_oci8.dll' -
The specified module could not be found. in C:\htdocs\php.php on line 5

..but 'c:\php\extensions\php_oci8.dll'  is exactly there. What can be the
problem?
(I also set extension_dir = c:\php\extensions\)


Thanks,
aiQa





-- 
PHP Database 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-DB] Oracle Dll

2002-02-01 Thread aiQa

Hi,
I installed Apache, oracle client on windows 2000. When I use  dl("php_oci8.dll")  
function it gives the following error.

Warning: Unable to load dynamic library 'c:\php\extensions\php_oci8.dll' - The 
specified module could not be found. in C:\htdocs\php.php on line 5

..but 'c:\php\extensions\php_oci8.dll'  is exactly there. What can be the problem?
(I also set extension_dir = c:\php\extensions\)


Thanks,
aiQa