re: RE: [PHP4BETA] Windows DLLs and Oracle
[email protected] Wed, 31 May 2000 08:23:09 +1000
| Newsgroups | php.version4 |
|---|---|
| Message-ID | <[email protected]> |
Your problem sounds like it's your extension_dir directive in your php.ini files.
extension_dir = d:\documents\httpd\php\php4\
Ttry using the full path to your extensions dirrectory instead of the default ./ that come in the distribution version.
I have never found the ./ to work on NT systems.
The problem with my dll is that it seems to be faulty.
> Im having the same problem with php_mssql70.dll. I haven't got a solution
> yet, but try calling:
>
> dl("php_oci8.dll")
>
> at the top of your code, that's been my workaround for now....
>
> Hope this helps...
>
> ***********************************
> Mac Ferguson,
> Senior Developer,
> NKaos Interactive Media (http://www.nkaos.com),
> 579 Richmond Street West, Suite 400
> Toronto, ON
> M5V 1Y6
> (Phone) (416)504.8931 x316
> (Fax) (416)504.8472
> ***********************************
>
>
> > -----Original Message-----
> > From: [email protected] [mailto:[email protected]]
> > Sent: Sunday, May 28, 2000 7:06 PM
> > To: [email protected]
> > Subject: [PHP4BETA] Windows DLLs and Oracle
> >
> >
> >
> > Hi,
> >
> > From the site
> > http://download.swwwing.com/php4/modules/
> >
> > I know these are unsupported dll's but....
> > Has anyone gotten the oracle dll's to work?
> >
> > I have the following in my php.ini file.
> >
> > extension_dir=d:\documents\httpd\php\php4\
> > extension=php_oci8.dll
> >
> > But I keep getting the error
> > Fatal error: Call to undefined function: ociplogon() in
> > include/db_oci8.inc on line 35
> >
> > Which I assume means that the dll didn't load.
> >
> > Any Ideas?
> >
> > --
> > PHP 4.0 Beta Mailing List <http://www.php.net/version4/>
> > To unsubscribe, e-mail: [email protected]
> > For additional commands, e-mail: [email protected]
> > To contact the list administrators, e-mail:
> > [email protected]
> >
>