Basically, I want to switch to PHP$ to use sessionmanagement, and other advanced features, but unfortunately after the upgrade I cannot connect to my Oracle database. ORA functions using PHP3 worked before but stopped working with PHP4.
Using OCI functions has never worked. Maybe wrong version of SQLNet? In that case the question is where to get a newer version. Is it available for download, or do I have to go through the whole support chain?
- do not user ora functions only oci.
My Production site uses oci and it works with php3. I don't mind changing all database interactions to oci as long as I get it to work with php4.
- have correctly setup /configure the the destribution I mention above (i.e. php.ini) ?
Yes the ini file is allright
- have you installed Oracle sqlNet client ?
SQLNET Client is installed. ODBC etc works fine. PHP3 calls to ORA functions also work.
Please let me know if you have any further ideas.