Re: [PHP] Oracle - Win32

2003-10-12 Thread Paul Gregg
In mail.php.general, imran <[EMAIL PROTECTED]> wrote: [snip] > format like such: php_xxx. For Oracle DD, you'll need php_oracle.dll. Take > the oracle dll. Only use the oracle dll if you are using oracle 7 client libs. If you are using Oracle 8+ then you want the oci8 dll. Do not copy the php_o

Re: [PHP] Oracle - Win32

2003-10-10 Thread imran
like this: ;extension=php_xxx1.dll ;extension=php_xxx2.dll un-comment this line for oracle dll... THAT's it! Save the php.ini. Now you can call Oracle functions - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, October 11, 2003 10:

Re: [PHP] Oracle - Win32

2003-10-10 Thread John Nichel
[EMAIL PROTECTED] wrote: Hello mailing list, I want to use Oracle function in PHP parser in Win32 OS, but I don't know how to install it, in the official documentation tell this: Installation You have to compile PHP with the option --with-oracle[=DIR], where DIR defaults to your environmment vari

[PHP] Oracle - Win32

2003-10-10 Thread orlandopozo
> > Hello mailing list, I want to use Oracle function in PHP parser in Win32 > OS, > > but I don't know how to install it, in the official documentation tell > this: > > > > Installation > > You have to compile PHP with the option --with-oracle[=DIR], where DIR > > defaults to your environmment va

Re: [PHP] Oracle - Win32

2003-10-10 Thread orlandopozo
> Hello mailing list, I want to use Oracle function in PHP parser in Win32 OS, > but I don't know how to install it, in the official documentation tell this: > > Installation > You have to compile PHP with the option --with-oracle[=DIR], where DIR > defaults to your environmment variable ORACLE_HO

[PHP] Oracle - Win32

2003-10-10 Thread orlandopozo
Hello mailing list, I want to use Oracle function in PHP parser in Win32 OS, but I don't know how to install it, in the official documentation tell this: Installation You have to compile PHP with the option --with-oracle[=DIR], where DIR defaults to your environmment variable ORACLE_HOME. I th