I've installed php4.0.5 on apache server with oracle
I configure php --with-oracle --with-oci (without pathes)
i checked the configuration by <?phpinfo()?> in browser
and i got this
./configure--with-oracle --with-apache=../apache_1.3.19' '--enable-track-vars'
oci8 is missing
every time i use php with oci function i get errors
how can i add oci8?
after adding do i have to complile apache again/php again.
thanks