|
Posted by Sanders Kaufman on 11/27/07 22:18
"turnstyle" <turnstyle@gmail.com> wrote in message
news:bd39ca14-f1af-43ae-b569-89c32a4e81ab@l1g2000hsa.googlegroups.com...
> Hi all,
>
> I'm trying to set up my first Vista/IIS7 box with PHP5 -- in IIS7 I
> mapped the current php5isapi.dll.
>
> I've noticed that if I simply open a PHP page (it works), when the IIS
> application pool later recycles (either timed or forced), I get an
> "IIS Worker Process has stopped working" alert, and a "Faulting
> application w3wp.exe" event in the Event Viewer.
>
> Is there a way to fix that? (Other folks seem to have the same
> problem, but I can't seem to find a solution.)
>
> Is *anybody* here running IIS7/PHP without this problem? Alterntively,
> do others here have the same problem?
This issue actually goes all the way back to the first days of IIS and
ActiveX.
PHPxISAPI.dll is an ActiveX control - with all the pitfalls thereof.
Any changes to your configuration at all, and you have to shut down your IIS
service and restart it.
Worse, sometimes those changes can require you to have to reboot the OS
itself.
This kind of badness is one reason why the folks at PHP.net do not recommend
Windows for a production environment.
Navigation:
[Reply to this message]
|