Hi, I have installed PHP 4 for Win from http://php4win.de, and installation goes smoothly. After I configured it with my web server ( I use PWS ) and running a php script, the page displays correctly, but an error message box appeared, said that php.exe created a page fault in MSVCRT.DLL. I try to re-install php4 and configuring it with again, and the problem still appeared. I also have replaced MSVCRT.DLL from Windows with MSVCRT.DLL from php4, but the problem still unsolved.
I then tried to install php4 on another computer, doing the same thing with my previous computer, and php4 worked !!! I tried to find out what's the difference between two PCs, since they had same configuration, except one thing : in PC that trouble appeared, there is MS VC++ installed, and as far as I know, by installing this, it means Windows can be "tweaked". Is it this software (VC++) that caused error message appearead when trying to access php script even though the page displayed correctly ?
I would appreciate any hint or help.
Thank you !