What I need to compile PHP with OCI8 support?
428307Aug 25 2004 — edited Sep 14 2004I have Fedora Core 2 (and RedHat Linux 9) system,
Oracle 9.2.0 database,
apache 2.0.50,
php 4.3.8 (or php 5.0.1)
I compile php with this options:
'./configure' \
'--with-apxs2=/usr/local/apache2/bin/apxs' \
'--without-mysql' \
'--with-pgsql' \
'--with-oci8=/opt/oracle/product/9.2.0' \
'--with-oracle=/opt/oracle/product/9.2.0'
My PHP work fine.
Also oracle (ora_*) functions work fine - I may connect and work with my database.
But OCI8 functions don't work. I find that error is when php call pure Oracle functions.
My question is:
What package I need install if I want work with OCI8 functions in PHP?