diff options
author | Ryan Bloom <rbb@apache.org> | 1999-11-19 19:59:48 +0100 |
---|---|---|
committer | Ryan Bloom <rbb@apache.org> | 1999-11-19 19:59:48 +0100 |
commit | e3841639606398479f2d3cef11f32bc2ea3faea1 (patch) | |
tree | 444595795b3cb89c040eec15919d4323ad270ef5 /STATUS | |
parent | Finish the conversion from fprintf(stderr -> ap_log_err. (diff) | |
download | apache2-e3841639606398479f2d3cef11f32bc2ea3faea1.tar.xz apache2-e3841639606398479f2d3cef11f32bc2ea3faea1.zip |
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
Diffstat (limited to 'STATUS')
-rw-r--r-- | STATUS | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -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 <stoddard@raleigh.ibm.com> is working on this. |