We just got IIS 7 up and running with PHP5.
Problem is, whenever I try to instantiate a class object, I get this error:
Here is the code in question:The page cannot be displayed because an internal server error has occurred.
Is there any way I can get more detailed errors? I have error_reporting set to E_ALL, yet it doesn't seem to care.Code:$dbh = new Oracle('user', 'pass','oracle_server');
Thanks for any help I can get.
Will


Reply With Quote
.

Bookmarks