aditya118 / mongoose

Automatically exported from code.google.com/p/mongoose
MIT License
0 stars 0 forks source link

CGI: Deal with stderr #244

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I'd like to use mongoose as a quick to setup PHP debugging server. 

One problem I'm running into though: It seems to ignore the errors/notices the 
php-cgi process prints to stdout. Other CGI servers seem to insert the stderr 
stream into the top of the page, which is what I'd like to see mongoose to do 
as well.

Original issue reported on code.google.com by elsdoer...@gmail.com on 30 Mar 2011 at 2:54

GoogleCodeExporter commented 8 years ago
I have a patch for this here: 
http://code.google.com/r/elsdoerfer-mongoose-stderr/source/detail?r=16d3006f7d0e
c0b7361c083c56759d586bd7821f

I have not tested the Windows version though.

Original comment by elsdoer...@gmail.com on 12 Apr 2011 at 3:33