RE: [PHP] PHP crashing IIS 5 on Wnidows 2K

2001-06-29 Thread Brave Cobra
Remember that the cgi version does not support PHP authentication. the DLL version does! Brave Cobra -Original Message- From: Bernie Kruger [mailto:[EMAIL PROTECTED]] Sent: donderdag 28 juni 2001 15:08 To: [EMAIL PROTECTED] Subject: Re: [PHP] PHP crashing IIS 5 on Wnidows 2K I had

Re: [PHP] PHP crashing IIS 5 on Wnidows 2K

2001-06-28 Thread Bernie Kruger
I had PHP 4.0.5 ISAPI running in Win2K IIS5. It also crashed every few minutes. I switched over to CGI and now its running like a dream. Bernie Kruger "Phil Driscoll" <[EMAIL PROTECTED]> wrote in message 01062709242201.02176@linux">news:01062709242201.02176@linux... > On Tuesday 26 June 2001 2

Re: [PHP] PHP crashing IIS 5 on Wnidows 2K

2001-06-27 Thread Aral Balkan
I would agree, I had PHP 4 installed on IIS running on Win2000 and it was very unstable. Since switching to Apache, I've had no problems whatsoever -- it's rock solid! Aral :) __ ([EMAIL PROTECTED]) New Media Producer, Kismia, Inc. ([EMAIL PROTECTED]) Adj. Prof

RE: [PHP] PHP crashing IIS 5 on Wnidows 2K

2001-06-27 Thread Jason Lustig
>Assuming that you are using the ISAPI version of PHP, it is >probably crashing >because that version of PHP is not very stable. You should upgrade >to 4.0.6 >which contains improvements in that area, but it is still not >perfect. If you >find 4.0.6 unstable either change from ISAPI to CGI or if y

Re: [PHP] PHP crashing IIS 5 on Wnidows 2K

2001-06-27 Thread Phil Driscoll
On Tuesday 26 June 2001 21:35, Jason Lustig wrote: > I have PHP 4.04pl1 set up on a IIS 5 server on Windows 2k. However, it > keeps on crashing the server -- not all the time, but sometimes it does, > sometimes it doesn't. And I have no idea whatsoever what is causing it. I > *think* that it has t

[PHP] PHP crashing IIS 5 on Wnidows 2K

2001-06-26 Thread Jason Lustig
I have PHP 4.04pl1 set up on a IIS 5 server on Windows 2k. However, it keeps on crashing the server -- not all the time, but sometimes it does, sometimes it doesn't. And I have no idea whatsoever what is causing it. I *think* that it has to do with my include()s. I end up including all my function