I tried setting up Sambar and PHP 5.0.2. The server
loads the php5isapi.dll with no problems, as reflected when I check the
isapi.log and list of isapi modules loaded, also the task manager shows it up
and running. However, when I load //localhost/test.php I get a blank
screen. test.php only has <? phpinfo() ?>.
I've checked the net and all suggested solutions for this
problem is that php5isapi.dll is not being loaded. In my case, it is
loaded. I also tried with PHP 4.3.9 but have the same problem.
Obviously, the bug is on my side of the keyboard. Can anyone
help? |