php-windows | 2002071
Date: 07/08/02
- Next message: colin mcdonald: "[PHP-WIN] Re: PHP Access violation"
- Previous message: Mathias B: "[PHP-WIN] http Upload corrupts my files on winXP with Apache"
- In reply to: Alexandr Polupanov: "[PHP-WIN] PHP on IIS 5.0"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
This is what I had to do:
-take out zend_optimizer from php.ini
-put process isolation level to "HIGH" (as Michael suggested)
-put IIS in the ISAPI filter list
-disable chaching of isapi applications
I hope this helps you and/or anyone else having this problem, because it
took me a long time to figure this out and stabilize our app on IIS.
colin
Alexandr Polupanov wrote:
> i'm using php4isapi.dll on a Windows 2000 Professional.
> When i'm running Server-Side PHP Scripts, all works fine, but when i'm
> running them more than approximately 50 times, PHP seems to stop working,
> and in my browser i get this:
> "PHP has encountered an Access Violation at 010125C0"
> or this too:
> "PHP has encountered an Access Violation at 0101290E"
> Then i need to restart IIS service, to get PHP work again.
>
> Do somebody knows what is the problem, and how to solve it?
> Thanks in advance.
-- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: colin mcdonald: "[PHP-WIN] Re: PHP Access violation"
- Previous message: Mathias B: "[PHP-WIN] http Upload corrupts my files on winXP with Apache"
- In reply to: Alexandr Polupanov: "[PHP-WIN] PHP on IIS 5.0"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

