Re: [PHP] Oracle 7 support

2002-11-12 Thread Dan Field
> First, let me just say that I'm no Oracle guru. :) But while we're waiting > for them... Thanks, all help appreciated :) > *I think* you need to have Oracle installed even if you wouldn't really > connect to it but instead connect to a different server. Since I installed > Oracle with most of t

Re: [PHP] Oracle 7 support

2002-11-12 Thread @ Edwin
"Maxim Maletsky" <[EMAIL PROTECTED]> wrote: > > Well, I will spread some light - I maintain OCI8 extension :) > > Your machine does not need Oracle Server installed, it needs Oracle > Client installed. These are two completely different things. > > So, try this in your command prompt: > > ec

Re: [PHP] Oracle 7 support

2002-11-12 Thread Chris Hewitt
Dan Field wrote: functionality included. If I recompile PHP, will I need the Oracle headers on the machine also? If so this could be a problem as the Oracle server I wish to use is not on the same machine as the webserver. Seems lots of us have not actually tried doing it without Oracle instal

Re: [PHP] Oracle 7 support

2002-11-12 Thread Maxim Maletsky
Well, I will spread some light - I maintain OCI8 extension :) Your machine does not need Oracle Server installed, it needs Oracle Client installed. These are two completely different things. So, try this in your command prompt: echo $ORACLE_HOME if you get a result, means the client is there a

Re: [PHP] Oracle 7 support

2002-11-12 Thread Maxim Maletsky
Your machine will need the Oracle headers which are included in Oracle Client. So, in two words - your machine needs Oracle client installed. Try doing: echo $ORACLE_HOME in your command prompt -- Maxim Maletsky [EMAIL PROTECTED] Dan Field <[EMAIL PROTECTED]> wrote... : > On Tue, 2002-11-1

Re: [PHP] Oracle 7 support

2002-11-12 Thread @ Edwin
Hello, First, let me just say that I'm no Oracle guru. :) But while we're waiting for them... "Ford, Mike [LSS]" <[EMAIL PROTECTED]> wrote: > > -Original Message- > > From: Dan Field [mailto:danf@;ceredigion.gov.uk] > > Sent: 12 November 2002 13:39 ...[snip]... > > That is great news,

RE: [PHP] Oracle 7 support

2002-11-12 Thread Ford, Mike [LSS]
> -Original Message- > From: Dan Field [mailto:danf@;ceredigion.gov.uk] > Sent: 12 November 2002 13:39 > > On Tue, 2002-11-12 at 13:03, Ford, Mike [LSS] wrote: > > > -Original Message- > > > From: Dan Field [mailto:danf@;ceredigion.gov.uk] > > > Sent: 12 November 2002 12:18 > > >

RE: [PHP] Oracle 7 support

2002-11-12 Thread Dan Field
On Tue, 2002-11-12 at 13:03, Ford, Mike [LSS] wrote: > > -Original Message- > > From: Dan Field [mailto:danf@;ceredigion.gov.uk] > > Sent: 12 November 2002 12:18 > > > > Can anyone tell me if Oracle 7 is supported by PHP 4.2.2 ? > > Yes. > > > I have found functions specific to Oracle 8

Re: [PHP] Oracle 7 support

2002-11-12 Thread Maxim Maletsky
OCI 7 does not need any modification to support 8 and 9 but they aren't as powerful, thus should only be used for Oracle 7. OCI8 is the 8th OCI and fully supports Oracle 8 with and Oracle 9. For Oracle 9 there are a few thing that are missing, but overall can be safely used on high level productio

Re: [PHP] Oracle 7 support

2002-11-12 Thread Maxim Maletsky
Dan Field <[EMAIL PROTECTED]> wrote... : > Can anyone tell me if Oracle 7 is supported by PHP 4.2.2 ? Yes, it is. Oracle extension is supporting Oracle 7th version, while OCI8 is primarily for 8 and 9th versions, they might be also working for Oracle 7. > I have found functions specific to Ora

RE: [PHP] Oracle 7 support

2002-11-12 Thread Ford, Mike [LSS]
> -Original Message- > From: Dan Field [mailto:danf@;ceredigion.gov.uk] > Sent: 12 November 2002 12:18 > > Can anyone tell me if Oracle 7 is supported by PHP 4.2.2 ? Yes. > I have found functions specific to Oracle 8i and some more generic > functions (are these only for Oracle 9?). No