[Resolved] PHP 5 + Oracle + WinXP

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?Problem solved. It was just a matter of TNS_ADMIN environment variable not set. :)
 
Back
Top