Forum Moderators: coopster
Must I recompile the whole source or can I donwload just a patch?
Where can I find these?
Th os I'm running is debian linux with kernel 2.4.25 and apache as webserver.
I've got php4 installed and working , the oracle client (instantcliet 10) is also installed but must be configured, so if anyone has any tips or good websites about this topics thanks in advance.
Kind regards
Smets Yoeri
[edited by: jatar_k at 6:29 pm (utc) on Mar. 19, 2004]
[edit reason] no sigs thanks [/edit]
From the PHP Manual:
"You have to compile PHP with the option --with-oracle[=DIR], where DIR defaults to your environment variable ORACLE_HOME."
A good place to start looking for info on using Oracle + PHP is the PHP manual pages:
[uk.php.net...]
[uk.php.net...]
Cheers
go with the OCI 8 functions as
These functions allow you to access Oracle9, Oracle8 and Oracle7 databases. It uses the Oracle Call Interface (OCI).This extension is more flexible than the old Oracle extension. It supports binding of global and local PHP variables to Oracle placeholders, has full LOB, FILE and ROWID support and allows you to use user-supplied define variables. You are recommended to use this extension instead of old Oracle extension where possible.