Click to See Complete Forum and Search --> : [Resolved] PHP 5 + Oracle + WinXP


tanis
08-05-2004, 09:49 AM
Is there anybody who's been able to let PHP 5 run with the Oracle extension (oci8) under Windows XP?

I tried but even if there are no errors displayed, whenever I open a .php page I get a blank page.

Before enabling the oci8 extension everything worked like a charm (except connections to Oracle, obviously ;) )

Any suggestions?

tanis
08-05-2004, 10:11 AM
Problem solved. It was just a matter of TNS_ADMIN environment variable not set. :)