Re: [PHP] error in compling with oracle support

2002-05-23 Thread Michael P. Carel
s what ur error message would suggest ... try looking on the php site . > > -Original Message- > From: Michael P. Carel [mailto:[EMAIL PROTECTED]] > Sent: Friday, 24 May 2002 1:49 PM > To: Peter > Subject: Re: [PHP] error in compling with oracle support > > > so

Re: [PHP] error in compling with oracle support

2002-05-23 Thread Michael Virnstein
Found a better resource than me :) http://www.php.net/manual/en/ref.oci8.php Seems you have to install the Oracle8 Client Libraries to be able to call OCI8 interface Regards Michael "Michael Virnstein" <[EMAIL PROTECTED]> schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > i t

Re: [PHP] error in compling with oracle support

2002-05-23 Thread Michael Virnstein
i think that Oracle 7.3.4.0.0 does not support the oci extension or vize versa, Oracle 8i does, that's what i know for sure. so try it without the oci-extension. If it works, use this funtions in your scripts: http://www.php.net/manual/en/ref.oracle.php Regards Michael "Michael P. Carel" <[EMAIL

RE: [PHP] error in compling with oracle support

2002-05-23 Thread Peter
that's what ur error message would suggest ... try looking on the php site . -Original Message- From: Michael P. Carel [mailto:[EMAIL PROTECTED]] Sent: Friday, 24 May 2002 1:49 PM To: Peter Subject: Re: [PHP] error in compling with oracle support so you mean php does'nt supp

Re: [PHP] error in compling with oracle support

2002-05-23 Thread Michael P. Carel
can i now where and why? pls > ummm ur answer is in your question !! > > -Original Message- > From: Michael P. Carel [mailto:[EMAIL PROTECTED]] > Sent: Friday, 24 May 2002 12:56 PM > To: php > Subject: [PHP] error in compling with oracle support > > > Hi to All, > > Is there anyone k

RE: [PHP] error in compling with oracle support

2002-05-23 Thread Peter
ummm ur answer is in your question !! -Original Message- From: Michael P. Carel [mailto:[EMAIL PROTECTED]] Sent: Friday, 24 May 2002 12:56 PM To: php Subject: [PHP] error in compling with oracle support Hi to All, Is there anyone know's why im receiving this error in compiling PHP-4.2.