Re: [PHP] Using php4.02 on IIS5

2001-03-20 Thread Phil Driscoll
I guess you have installed the ISAPI module which, as stated in the instructions, is not very stable. Switch to the cgi version and all will come good. Change php4isapi.dll to php.exe in your script mappings, and remove phpp from the filters list. Cheers -- Phil Driscoll Dial Solutions +44 (0)113

Re: [PHP] Using php4.02 on IIS5

2001-03-19 Thread Data Driven Design
. - Original Message - From: James Cox <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 19, 2001 5:46 PM Subject: [PHP] Using php4.02 on IIS5 Hey , I have been trying to set up some php applications on my local webserver, as part of a transition from asp to php

[PHP] Using php4.02 on IIS5

2001-03-19 Thread James Cox
Hey , I have been trying to set up some php applications on my local webserver, as part of a transition from asp to php. I have unzipped the php distro into it's own dir, added in the ini file, (left it at default setting) and then added the engine into IIS as described in the install document