RE: [PHP] Setup tips for oracle 9i development

2005-08-30 Thread Jay Blanchard
[snip]
hi, I'd like to start developing php applications that will access
oracle 9i 
databases.
 I am trying to setup a development enviroment using Linux so I was 
wondering what should I download/install from oracle's web site in order
to 
compile php with 9i support.
 I am assuming that there is some sort of devel package only with the 
libraries and headers...
 The database is already running (under Windows).
[/snip]

Have you read the fine manual at http://www.php.net/oracle ?

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Setup tips for oracle 9i development

2005-08-30 Thread Edin Kadibasic
Jay Blanchard wrote:
 [snip]
 hi, I'd like to start developing php applications that will access
 oracle 9i 
 databases.
  I am trying to setup a development enviroment using Linux so I was 
 wondering what should I download/install from oracle's web site in order
 to 
 compile php with 9i support.
  I am assuming that there is some sort of devel package only with the 
 libraries and headers...
  The database is already running (under Windows).
 [/snip]
 
 Have you read the fine manual at http://www.php.net/oracle ?

Except one should use http://www.php.net/oci8
ext/oracle is sort of bitrotten :)

Edin

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Setup tips for oracle 9i development

2005-08-30 Thread Edin Kadibasic
robert mena wrote:
 hi, I'd like to start developing php applications that will access oracle 9i 
 databases.
  I am trying to setup a development enviroment using Linux so I was 
 wondering what should I download/install from oracle's web site in order to 
 compile php with 9i support.
  I am assuming that there is some sort of devel package only with the 
 libraries and headers...
  The database is already running (under Windows).
  regards,
 mena

You will need to download and install Oracle Instant Client which is
free. How to setup PHP to use it, you can read at http://www.php.net/oci8

Edin

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php