php Access violation
Posted
by drzhivago
on Stack Overflow
See other posts from Stack Overflow
or by drzhivago
Published on 2008-09-30T18:18:46Z
Indexed on
2010/03/20
11:41 UTC
Read the original article
Hit count: 496
I am trying to install Php on Vista (IIS 7). The installation and configuration seems to be fine. Pretty much followed everything mentioned in http://blogs.iis.net/bills/archive/2006/09/19/How-to-install-PHP-on-IIS7-_2800_RC1_2900_.aspx
I can even bring up a test.php which is basically and can also connect to mysql db through code. But when I try to bring up some other php page like drupal's index page or phpmyadmin index page, it brings up a Php access violation message.
Any clue whats happening? Also is there some tracing/diagnositic tool for php to trace whats happenign on the webserver.
© Stack Overflow or respective owner