Access Violation
am 12.02.2009 01:52:02 von Herb Munson
------=_NextPart_000_000E_01C98C69.0FE60F80
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: 7bit
I've installed PHP 5.2.6 ISAPI on Windows XP with IIS 5.1.
It works - sort of. I get frequent 500 errors (IE) or "Access Violation"
errors (firefox). Often, I cannot open phpinfo.php even once after starting
the browser. Once I get the error, I can (very rarely) fix the problem by
running synciwam. Sometimes shutting down the browser and restarting it
works. More often, I can shut it down and restart several times to no
avail. Sometimes I give up and reboot (and it still might not work).
Sometimes (but very rarely) things will work fine for hours.
Basically, I see no pattern. I've seen references to bugs in php that might
cause this, but not for 5.2.6. Since success is so intermittent, I can't
really be sure if running synciwam is responsible for anything.
Does anyone have any idea how many poor souls are trying to run this
combination (5.2.6 + ISAPI + IIS 5.1)? (I got no responses to an earlier
plea; maybe no one is running this combination.)
Are there any clues in the hex address of the error? Is there a way to
determine whether this is a PHP problem, or an MS problem - or my setup
problem? I'm tending to think it is PHP, since I don't see how the usual
source of errors (file security) would be exercised differently when opening
the same site (phpinfo).
This is driving me nuts, and it's a very short trip. Does anyone have a
suggestion (other than chuck XP - I'm kinda stuck with that on my desk)?
Thanks in advance.
herb
------=_NextPart_000_000E_01C98C69.0FE60F80--
Re: Access Violation
am 12.02.2009 02:02:29 von Louis
forget the ISAPI, use FastCGI. In my experience the ISAPI has never been
stable or working fully.
mmm, not sure FastCGI is available for IIS for XP, so since it's probably
only a dev machine go to just php as cgi. that works fine on all OSes
Louis
--------------------------------------------------
From: "Herb Munson"
Sent: Thursday, February 12, 2009 11:52 AM
To:
Subject: [PHP-WIN] Access Violation
> I've installed PHP 5.2.6 ISAPI on Windows XP with IIS 5.1.
>
>
>
> It works - sort of. I get frequent 500 errors (IE) or "Access Violation"
> errors (firefox). Often, I cannot open phpinfo.php even once after
> starting
> the browser. Once I get the error, I can (very rarely) fix the problem by
> running synciwam. Sometimes shutting down the browser and restarting it
> works. More often, I can shut it down and restart several times to no
> avail. Sometimes I give up and reboot (and it still might not work).
> Sometimes (but very rarely) things will work fine for hours.
>
>
>
> Basically, I see no pattern. I've seen references to bugs in php that
> might
> cause this, but not for 5.2.6. Since success is so intermittent, I can't
> really be sure if running synciwam is responsible for anything.
>
>
>
> Does anyone have any idea how many poor souls are trying to run this
> combination (5.2.6 + ISAPI + IIS 5.1)? (I got no responses to an earlier
> plea; maybe no one is running this combination.)
>
>
>
> Are there any clues in the hex address of the error? Is there a way to
> determine whether this is a PHP problem, or an MS problem - or my setup
> problem? I'm tending to think it is PHP, since I don't see how the usual
> source of errors (file security) would be exercised differently when
> opening
> the same site (phpinfo).
>
>
>
> This is driving me nuts, and it's a very short trip. Does anyone have a
> suggestion (other than chuck XP - I'm kinda stuck with that on my desk)?
>
>
>
> Thanks in advance.
>
>
>
> herb
>
>
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: Access Violation
am 12.02.2009 02:40:11 von Elizabeth M Smith
Louis Solomon [SteelBytes] wrote:
> forget the ISAPI, use FastCGI. In my experience the ISAPI has never
> been stable or working fully.
>
> mmm, not sure FastCGI is available for IIS for XP, so since it's
> probably only a dev machine go to just php as cgi. that works fine on
> all OSes
>
> Louis
>
Yes, you'll have much better luck with fastcgi - and yes the fastcgi
stuff works on IIS 5.1 which ships with XP (just use the IIS 6.0
installer for fastcgi from iis.net)
Have fun,
Elizabeth
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: Access Violation
am 12.02.2009 03:10:57 von John Mertic
FastCGI will work on XP with the installer designed for Windows Server
2003, although it's not offically supported.
John Mertic
Jmertic@gmail.com
Sent from my iPod
On Feb 11, 2009, at 8:02 PM, "Louis Solomon [SteelBytes]"
> wrote:
> forget the ISAPI, use FastCGI. In my experience the ISAPI has never
> been stable or working fully.
>
> mmm, not sure FastCGI is available for IIS for XP, so since it's
> probably only a dev machine go to just php as cgi. that works fine
> on all OSes
>
> Louis
>
>
> --------------------------------------------------
> From: "Herb Munson"
> Sent: Thursday, February 12, 2009 11:52 AM
> To:
> Subject: [PHP-WIN] Access Violation
>
>> I've installed PHP 5.2.6 ISAPI on Windows XP with IIS 5.1.
>>
>>
>>
>> It works - sort of. I get frequent 500 errors (IE) or "Access
>> Violation"
>> errors (firefox). Often, I cannot open phpinfo.php even once after
>> starting
>> the browser. Once I get the error, I can (very rarely) fix the
>> problem by
>> running synciwam. Sometimes shutting down the browser and
>> restarting it
>> works. More often, I can shut it down and restart several times to
>> no
>> avail. Sometimes I give up and reboot (and it still might not work).
>> Sometimes (but very rarely) things will work fine for hours.
>>
>>
>>
>> Basically, I see no pattern. I've seen references to bugs in php
>> that might
>> cause this, but not for 5.2.6. Since success is so intermittent, I
>> can't
>> really be sure if running synciwam is responsible for anything.
>>
>>
>>
>> Does anyone have any idea how many poor souls are trying to run this
>> combination (5.2.6 + ISAPI + IIS 5.1)? (I got no responses to an
>> earlier
>> plea; maybe no one is running this combination.)
>>
>>
>>
>> Are there any clues in the hex address of the error? Is there a
>> way to
>> determine whether this is a PHP problem, or an MS problem - or my
>> setup
>> problem? I'm tending to think it is PHP, since I don't see how the
>> usual
>> source of errors (file security) would be exercised differently
>> when opening
>> the same site (phpinfo).
>>
>>
>>
>> This is driving me nuts, and it's a very short trip. Does anyone
>> have a
>> suggestion (other than chuck XP - I'm kinda stuck with that on my
>> desk)?
>>
>>
>>
>> Thanks in advance.
>>
>>
>>
>> herb
>>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
RE: Access Violation
am 12.02.2009 18:21:42 von Herb Munson
It is on a development machine, and performance is not an issue (well, it
sort of is an issue: php should .) So I guess I'll go to cgi.
As I recall, the MS site to download fastcgi states pretty clearly what it
is intended to run on, and IIS 5.1 is not there - even though the MS links
to that download say fastcgi is available for 5.1. Coward that I
am, I did not try it. So I appreciate the clarification that it does indeed
work with 5.1.
Many thanks. I look forward to this being fun again...
Herb
-----Original Message-----
From: Elizabeth M Smith [mailto:auroraeosrose@gmail.com]
Sent: Wednesday, February 11, 2009 5:40 PM
To: php-windows@lists.php.net
Subject: Re: [PHP-WIN] Access Violation
Louis Solomon [SteelBytes] wrote:
> forget the ISAPI, use FastCGI. In my experience the ISAPI has never
> been stable or working fully.
>
> mmm, not sure FastCGI is available for IIS for XP, so since it's
> probably only a dev machine go to just php as cgi. that works fine on
> all OSes
>
> Louis
>
Yes, you'll have much better luck with fastcgi - and yes the fastcgi
stuff works on IIS 5.1 which ships with XP (just use the IIS 6.0
installer for fastcgi from iis.net)
Have fun,
Elizabeth
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php