RE: [ANNOUNCE] Apache-AuthenLDAP 0.52

2001-01-08 Thread Geoffrey Young



> -Original Message-
> From: Christian Gilmore [mailto:[EMAIL PROTECTED]]
> Sent: Monday, January 08, 2001 2:24 PM
> To: 'Geoffrey Young'; 'Modperl Mailing List (E-mail)'
> Subject: RE: [ANNOUNCE] Apache-AuthenLDAP 0.52
> 
> 
> Yup, but according to Doug, the patch committed to fix the 
> set_handlers
> problems is not slated to enter production until 1.26 is 
> released. 1.25
> will not contain the patch. You'd have to ask Doug why.

I could have sworn that those fixes made it in to 1.24_01 - I've stopped
having problems with get/set_handlers and coderefs since then...

I think I remember the stuff you reported back then - it's still not fixed?

anyway, my cvs box is being moved, so I can't even look at Changes...

--Geoff

> 
> Regards,
> Christian
> 



RE: [ANNOUNCE] Apache-AuthenLDAP 0.52

2001-01-08 Thread Christian Gilmore

Geoff,

Here's the relevant note from Doug last August.

Regards,
Christian

-Original Message-
From: Doug MacEachern [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 30, 2000 10:54 PM
To: Geoffrey Young
Cc: '[EMAIL PROTECTED]'
Subject: RE: $r->get_handlers bug/oversight?


i committed 2 small bits of the last patch, adding PerlCleanupHandler to
the {get,set}_handlers table and the $r->get_handler refcnt fix.  i put a
new version of the patch against cvs here:
http://perl.apache.org/~dougm/set_handlers.pat

similar to the last, but also deals with
$r->set_handlers(Perl*Handler => undef)

and also allows set_handlers() to change the handlers for the current
phase, something which did not work in the past.  one caveat though, the
number of new handlers passed to set_handlers() must be different from the
current number of handlers.  you can work around that by adding an extra
dummy DECLINED handler:

$r->set_handlers($callback => [\&DECLINED,
   \&one_handler,
   \&two_handler]);

it would be great to hear test results from the new patch, but in any case
it probably won't go in until after 1.25.





RE: [ANNOUNCE] Apache-AuthenLDAP 0.52

2001-01-08 Thread Christian Gilmore

Yup, but according to Doug, the patch committed to fix the set_handlers
problems is not slated to enter production until 1.26 is released. 1.25
will not contain the patch. You'd have to ask Doug why.

Regards,
Christian

> -Original Message-
> From: Geoffrey Young [mailto:[EMAIL PROTECTED]]
> Sent: Monday, January 08, 2001 12:48 PM
> To: 'Christian Gilmore'; Modperl Mailing List (E-mail)
> Subject: RE: [ANNOUNCE] Apache-AuthenLDAP 0.52
>
>
>
>
> > -Original Message-
> > From: Christian Gilmore [mailto:[EMAIL PROTECTED]]
> > Sent: Monday, January 08, 2001 12:52 PM
> > To: Modperl Mailing List (E-mail)
> > Subject: [ANNOUNCE] Apache-AuthenLDAP 0.52
> >
> > o  Better handled of pre-1.26 set_handlers bugs
>
> did I miss something - this is the second time someone has
> mentioned 1.26...
> is 1.25 not slated to be the next release?
>
> --Geoff
>




RE: [ANNOUNCE] Apache-AuthenLDAP 0.52

2001-01-08 Thread Geoffrey Young



> -Original Message-
> From: Christian Gilmore [mailto:[EMAIL PROTECTED]]
> Sent: Monday, January 08, 2001 12:52 PM
> To: Modperl Mailing List (E-mail)
> Subject: [ANNOUNCE] Apache-AuthenLDAP 0.52
>
> o  Better handled of pre-1.26 set_handlers bugs

did I miss something - this is the second time someone has mentioned 1.26...
is 1.25 not slated to be the next release?

--Geoff