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

Re: [PHP] Oracle - Win32

2003-10-11 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

Re: [PHP] Oracle - Win32

2003-10-11 Thread imran
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:29 AM Subject: [PHP] Oracle - Win32

[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

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_HOME.

[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