From e3841639606398479f2d3cef11f32bc2ea3faea1 Mon Sep 17 00:00:00 2001 From: Ryan Bloom Date: Fri, 19 Nov 1999 18:59:48 +0000 Subject: [PATCH] Update STATUS to get rid of the fprintf(stderr problem. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84136 13f79535-47bb-0310-9956-ffa450edef68 --- STATUS | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/STATUS b/STATUS index b333d3e4ff..8c55065c7f 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ Apache 2.0 STATUS: -Last modified at [$Date: 1999/11/17 21:39:16 $] +Last modified at [$Date: 1999/11/19 18:59:48 $] Release: @@ -60,13 +60,6 @@ RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP: were told these would be considered for inclusion in Apache 2.0, it would be nice to actually do so. - * Win32: Redirect stderr to the error log. This is tougher than it appears - because Apache for Windows now uses native file I/O libraries rather than - the CRT library. No problem redirecting native I/O STDERR to the error log. - However, we need to replace all the fprintf(stderr...) calls with something - that will write to the native stderr handle instead of the CRT stderr handle. - Bleh. - * Win32: Migrate the MPM over to use APR thread/process calls. This would eliminate some code in the Win32 branch that essentially duplicates what is in APR. Status: Bill is working on this. -- 2.40.0