
info at apachelounge
Mar 1, 2012, 5:08 AM
Post #4 of 4
(172 views)
Permalink
|
Anindya supplies already some time a build with the change, as far as I know, no issues reported. -----Original Message----- From: Jeff Trawick Sent: Thursday, March 01, 2012 1:30 PM Newsgroups: gmane.comp.apache.devel To: dev [at] httpd ; APR Developer List Subject: Re: Still #ifdef WIN64 in APR On Thu, Mar 1, 2012 at 6:15 AM, Steffen <info [at] apachelounge> wrote: > In APR 1.4.6 there is still a typo in the statements, causes crashes HTTPD > in eg. setting on logging in mod_rewrite. > > In shm.c and apr.hw > > #ifdef WIN64 > > Sould be: > > #ifdef _WIN64 > > > > Steffen Does this work for you? http://svn.apache.org/viewvc?view=revision&revision=1295535 (I'll move the fix back to 1.5 and 1.4 branches and retarget the bug to apr.) -- Born in Roswell... married an alien...
|