Hi, I found this in my Apple Spambox
Met vriendelijke groet, Gilbert van Houten Wijn.org Woerden [email protected] T 0348-483838 0622-488964 http://shop.wijn.org
<<inline: logo_vanhouten.gif>>
On 18-mei-2011, at 20:15, William A. Rowe Jr. wrote: On 5/18/2011 1:06 PM, Eric Covener wrote:
On Wed, May 18, 2011 at 2:04 PM, William A. Rowe Jr. <[email protected]> wrote:On 5/18/2011 12:34 PM, Philip M. Gollucci wrote:http://svn.apache.org/viewvc/httpd/httpd/trunk/include/httpd.h? rev=1082196&r1=1082195&r2=1082196&view=diffModified: httpd/httpd/trunk/include/httpd.h URL:==================================================================== ==========--- httpd/httpd/trunk/include/httpd.h (original) +++ httpd/httpd/trunk/include/httpd.h Wed Mar 16 16:45:25 2011 @@ -1496,7 +1496,7 @@ AP_DECLARE(int) ap_unescape_url(char *ur * @param url The url to unescape * @return 0 on success, non-zero otherwise */ -AP_DECLARE(int) ap_unescape_url_keep2f(char *url);+AP_DECLARE(int) ap_unescape_url_keep2f(char *url, int decode_slashes);Did we mean to change a public API in a patch release ? .17 -> .18 ? This has broken things in FreeBSD ports and is being reported a bit. I see the mmn bump so you can detect it at least.If this was backported, that's bad. We proclaim binary compatibility within anystable sub-rev release. Sorry that I did not catch this.http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/include/ httpd.h?r1=1076611&r2=1082630I suggest we revert in 2.2.19 and consider this .18 an aberration/ broken release. I would offer to tag and roll today. Those who wish to work around it, may, buta quick reaction would allow folks to avoid it. Other thoughts?Missed this in review. Seems we could add the old signature back in and grab the setting from the core dir_config instead of reverting the entire thing? (util.s already defines CORE_PRIVATE)
Patches welcome...
