Commit 9271fe4f authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

Showstopper to patch adoption, along with a more general objection

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1747027 13f79535-47bb-0310-9956-ffa450edef68
parent 343ab14d
Loading
Loading
Loading
Loading
+14 −1
Original line number Diff line number Diff line
@@ -204,6 +204,19 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     jailletc36: v2: update as per discussion on dev@. Do not mix ap_ and apr_
                 namespaces + tweak DOXYGEN comments.
     +1: jailletc36, icing
     -0: wrowe [Prefer that we pre-@deprecate this API and encourage users
                to adopt the apr_ convention, reversing the #defines, being
                ready for the httpd 2.next minor release.]
     -1: wrowe [Notes this patch creates binary incompatible versions of httpd
                with this change; there must be #else stubs in util.c sources
                compiled against APR 1.6+ for binary compatibility, even if
                these are simply;
                AP_DECLARE(int) ap_cstr_casecmpn(const char *s1,
                                                 const char *s2, apr_size_t n)
                {
                    return apr_cstr_casecmpn(s1, s2, n);
                }
               ]

  *) abs: Add OPENSSL_Applink in Visual Studio >= 2015 or abs fails with a no
     OPENSSL_Applink error. PR59630