From: Paul Querna Date: Sun, 23 Jan 2005 18:20:40 +0000 (+0000) Subject: PR 9457 is marked as fixed. (this is also about APR, not httpd...) X-Git-Tag: 2.1.3~112 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e6a0d484adf7fbf0b2978d60297849c37481a361;p=apache PR 9457 is marked as fixed. (this is also about APR, not httpd...) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@126233 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 05c9159a1d..1fe5629242 100644 --- a/STATUS +++ b/STATUS @@ -147,20 +147,6 @@ RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP: is set. If not, it means that the HEAD requests don't generate the same headers as a GET which is wrong. - * HP/UX 10.20: compile breakage in APR. Looks like it should be easy - to fix, probably just some extraneous #include's that are fouling - things up. - PR: 9457 - Jeff: See my reply and patch in the PR (and previous commit to - stop using "pipe" as a field name). If patch is committed, we - should be okay. I'll wait to see if the user tests the patch. - Update by Jeff 20020722: I got an account on HP 10.20. It looks - like some of the APR thread detection is screwed up. If we find - pthread.h but we can't compile the pthread test program we still - think we can use threads. For that reason, the patch I posted - to the PR won't work as-is since a failed compile of the test - program means nothing. - * exec cmd and suexec arg-passing enhancements Status: Patches proposed Message-ID: <20020526041748.A29148@prodigy.Redbrick.DCU.IE>