#18901 [Com]: CGI ERROR

2002-10-25 Thread sethm
 ID:   18901
 Comment by:   [EMAIL PROTECTED]
 Reported By:  [EMAIL PROTECTED]
 Status:   Closed
 Bug Type: IIS related
 Operating System: Windows 2000
 PHP Version:  4.2.0
 New Comment:

I'm having this problem as well. Users are experiencing it up to once
ever 10-15 hits under load (3+ hits a second) and slightly less (every
30 or so hits) when there is less load. PHP (v4.2.3) is being used on a
w2k (sp 3) web server(iis 5 sp'd). I'm running php as a cgi since this
is a production site. We recently (2 months ago) moved from our old
server to this new one. The old server (php v4.1.2, w2k sp2, iis sp'd)
did NOT have this problem. I copied the old php over to the new server
and used my old php.ini file as well to test. Problem still occured.
Nothing of note appears in any of the log file. I'm still trying to
determine if this is related to php, or IIS. I have recieved this error
occationally on the home screen of the site (as well as any other php
generated page), but the pages normally work without a problem. The
error -immediatly- occurs, where as normal pages take some time to
load. Hitting the Reload/Refresh button always works.

Also, I believe this only occurs on IE browsers (both 5.5 and 6, I
haven't tried lower versions). I use Mozilla mostly myself, and have
never had the problem with that browser, so this may be a browser
compatibility issue.

Thanks - Seth


Previous Comments:


[2002-09-25 02:47:15] [EMAIL PROTECTED]

The behaviour of returning status codes has been fixed in 4.3.0.



[2002-09-15 01:00:01] [EMAIL PROTECTED]

No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to Open.



[2002-09-14 05:49:15] [EMAIL PROTECTED]

It's not caused by session_start.  I replaced that with my own session
handler and still have the problem.  It looks like you have to have
frames and be displaying in the browser on the desktop of the web
server to see it happen.



[2002-09-08 15:52:01] [EMAIL PROTECTED]

PS.  This is with the last few versions of PHP, I'm now on version
4.2.3 and I'm using php.exe



[2002-09-08 15:38:28] [EMAIL PROTECTED]

I don't know if this is the exact same thing but - I get random CGI
ERROR ...not returning a complete set of headers errors as well.   This
is on several Windows 2000 IIS 5.0 machines.

It only happens to my pages that are in frames and that do a
session_start().  It looks like the pages sometimes crash because of
fighting over access to the session data since both frames are
requested at almost the same time.  The frameset never crashes and I
assume this is because it has to finish before the framed pages are
called.  If you refresh each frame by hand after the errors happen,
each page executes OK.

Charlie



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/18901

-- 
Edit this bug report at http://bugs.php.net/?id=18901edit=1




#18901 [Com]: CGI ERROR

2002-10-25 Thread jmsampaio
 ID:   18901
 Comment by:   [EMAIL PROTECTED]
 Reported By:  [EMAIL PROTECTED]
 Status:   Closed
 Bug Type: IIS related
 Operating System: Windows 2000
 PHP Version:  4.2.0
 New Comment:

Tks for your colaboration!!

JS


Previous Comments:


[2002-10-25 10:44:24] [EMAIL PROTECTED]

I'm having this problem as well. Users are experiencing it up to once
ever 10-15 hits under load (3+ hits a second) and slightly less (every
30 or so hits) when there is less load. PHP (v4.2.3) is being used on a
w2k (sp 3) web server(iis 5 sp'd). I'm running php as a cgi since this
is a production site. We recently (2 months ago) moved from our old
server to this new one. The old server (php v4.1.2, w2k sp2, iis sp'd)
did NOT have this problem. I copied the old php over to the new server
and used my old php.ini file as well to test. Problem still occured.
Nothing of note appears in any of the log file. I'm still trying to
determine if this is related to php, or IIS. I have recieved this error
occationally on the home screen of the site (as well as any other php
generated page), but the pages normally work without a problem. The
error -immediatly- occurs, where as normal pages take some time to
load. Hitting the Reload/Refresh button always works.

Also, I believe this only occurs on IE browsers (both 5.5 and 6, I
haven't tried lower versions). I use Mozilla mostly myself, and have
never had the problem with that browser, so this may be a browser
compatibility issue.

Thanks - Seth



[2002-09-25 02:47:15] [EMAIL PROTECTED]

The behaviour of returning status codes has been fixed in 4.3.0.



[2002-09-15 01:00:01] [EMAIL PROTECTED]

No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to Open.



[2002-09-14 05:49:15] [EMAIL PROTECTED]

It's not caused by session_start.  I replaced that with my own session
handler and still have the problem.  It looks like you have to have
frames and be displaying in the browser on the desktop of the web
server to see it happen.



[2002-09-08 15:52:01] [EMAIL PROTECTED]

PS.  This is with the last few versions of PHP, I'm now on version
4.2.3 and I'm using php.exe



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/18901

-- 
Edit this bug report at http://bugs.php.net/?id=18901edit=1




#18901 [Com]: CGI ERROR

2002-10-25 Thread sethm
 ID:   18901
 Comment by:   [EMAIL PROTECTED]
 Reported By:  [EMAIL PROTECTED]
 Status:   Closed
 Bug Type: IIS related
 Operating System: Windows 2000
 PHP Version:  4.2.0
 New Comment:

It looks like this is the same problem as Bug #9852. They have  an
on-going discussion and a number of solutions to try (even though the
php folks closed that bug 8 months ago).


Previous Comments:


[2002-10-25 11:00:31] [EMAIL PROTECTED]

Tks for your colaboration!!

JS



[2002-10-25 10:44:24] [EMAIL PROTECTED]

I'm having this problem as well. Users are experiencing it up to once
ever 10-15 hits under load (3+ hits a second) and slightly less (every
30 or so hits) when there is less load. PHP (v4.2.3) is being used on a
w2k (sp 3) web server(iis 5 sp'd). I'm running php as a cgi since this
is a production site. We recently (2 months ago) moved from our old
server to this new one. The old server (php v4.1.2, w2k sp2, iis sp'd)
did NOT have this problem. I copied the old php over to the new server
and used my old php.ini file as well to test. Problem still occured.
Nothing of note appears in any of the log file. I'm still trying to
determine if this is related to php, or IIS. I have recieved this error
occationally on the home screen of the site (as well as any other php
generated page), but the pages normally work without a problem. The
error -immediatly- occurs, where as normal pages take some time to
load. Hitting the Reload/Refresh button always works.

Also, I believe this only occurs on IE browsers (both 5.5 and 6, I
haven't tried lower versions). I use Mozilla mostly myself, and have
never had the problem with that browser, so this may be a browser
compatibility issue.

Thanks - Seth



[2002-09-25 02:47:15] [EMAIL PROTECTED]

The behaviour of returning status codes has been fixed in 4.3.0.



[2002-09-15 01:00:01] [EMAIL PROTECTED]

No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to Open.



[2002-09-14 05:49:15] [EMAIL PROTECTED]

It's not caused by session_start.  I replaced that with my own session
handler and still have the problem.  It looks like you have to have
frames and be displaying in the browser on the desktop of the web
server to see it happen.



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/18901

-- 
Edit this bug report at http://bugs.php.net/?id=18901edit=1