ID:               25863
 Comment by:       mlisondra at lisondra dot biz
 Reported By:      salmanarshad2000 at yahoo dot com
 Status:           Open
 Bug Type:         CGI related
 Operating System: win32 only
 PHP Version:      4CVS, 5CVS, 6CVS..
 New Comment:

This has occured in my applications that use PHP 4.3.6
with a MS SQL server backend.
Using Windows 2000 Server.


Previous Comments:
------------------------------------------------------------------------

[2004-09-27 18:49:19] jvanhoy at archermalmo dot com

Another clue about this weird bug is....

If you make undefined or bad system calls on a Windows box the app will
throw this error.  For example, in moving a PHP app from a *nix
environment to a Windows2003 Server env. the following line of code
WILL cause the "CGI Heart attack" to occur:

system("rm /usr/local/apache/sessions/$THIS_SESSID");

That dog won't hunt on an NT machine and causes this error to occur. 
Remove the line (or rewrite it to use the proper NT syntax) and the
error goes away.

------------------------------------------------------------------------

[2004-09-11 16:53:47] moricio at hotmail dot com

Hi!

I have come to this error all the time and finally decided to do
something and **SURPRISE** it worked!!

And I say it worked because I tried it before and didn't work at all.

The solution is to install PHP under IIS as an ISAPI module and not as
a CGI processor.

I have Windows XP, IIS, MySQL, PHP 4.3.4 and is working great without
this problem.

Also, follow the exact instructions as they appear in the install.txt
file in the php directory.

bye.

------------------------------------------------------------------------

[2004-09-08 20:37:21] salmanarshad2000 at yahoo dot com

The same problem was also noticed on Windows Server 2003 machine with
IIS 6.0, php version 4.3.6, and mysql 3.2x.xx, faulting php application
is moodle (www.sourceforge.net). The "CGI application misbehaved" error
appears randomly on pages that contain lots of mysql_query() and
header( "location: " ).

------------------------------------------------------------------------

[2004-09-08 16:41:34] [EMAIL PROTECTED]

People, please do not add comments to this bug report.  If you have a
problem with the IIS documentation, see php bug #25863

------------------------------------------------------------------------

[2004-09-08 10:06:25] roger dot gusthage at home dot se

I've solved me problem by adding a redirect file between my login page
and start page. This way it seems that my use of header("Location: yada
yada"); got some breathing room and could "catch" up and smoothly go to
my start page instead of throwing a CGI error ...

I use IIS 5, W2000 server with frames on start page and got the error
only when i used header-function above or when i refresh my page
quickly. 

This is not the best solution, but could be usefull in login-situation
where i now put some text to tell the user that the login is
processing.

Redirect i used meta tag and only 1 sec delay.

Hope this might solve the problem for some of you.

------------------------------------------------------------------------

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/25863

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

Reply via email to