You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by br...@hyperreal.org on 1998/05/20 12:31:43 UTC

Re: os-windows/1834: Cannot write to stdout with WriteFile() in CGI-bin executables

[In order for any reply to be added to the PR database, ]
[you need to include <ap...@Apache.Org> in the Cc line ]
[and leave the subject line UNCHANGED.  This is not done]
[automatically because of the potential for mail loops. ]


Synopsis: Cannot write to stdout with WriteFile() in CGI-bin executables

State-Changed-From-To: open-analyzed
State-Changed-By: brian
State-Changed-When: Wed May 20 03:31:43 PDT 1998
State-Changed-Why:
Yeah, the MSVC POSIX layer is a joke.  Sigh.  We bit the 
bullet and implemented the CreateProcess interface for
the child spawning code for Win32.  This is in the current 
CVS tree and will be in the next 1.3 beta release; if you
want to compile the current CVS tree you can find it at
http://dev.apache.org/from-cvs/.  It *might* fix your problem.