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
If you're talking about windows PWS that's probably your path that you set in the .reg file needs to point directly at the .dll file you chose, whether it was the isapi or exe. Move the .dll file out of the 'sapi' folder into the main php folder and you'll probably be ok. - Original Message -