Re: directive handler support

2002-08-27 Thread Doug MacEachern
On Tue, 27 Aug 2002, Stas Bekman wrote: > Doug MacEachern wrote: > > note: cvs doesn't compile without ithreads at the moment. none of the > > Perl ptr_table_ api exists without ithreads. argh. i have to run, will > > fix in the morning. > > neither it compiles with ithreads perl: my bad f

Re: directive handler support

2002-08-26 Thread Stas Bekman
Doug MacEachern wrote: > note: cvs doesn't compile without ithreads at the moment. none of the > Perl ptr_table_ api exists without ithreads. argh. i have to run, will > fix in the morning. neither it compiles with ithreads perl: cc -I/home/stas/apache.org/mp-temp1/src/modules/perl -I/home

Re: directive handler support

2002-08-26 Thread Doug MacEachern
note: cvs doesn't compile without ithreads at the moment. none of the Perl ptr_table_ api exists without ithreads. argh. i have to run, will fix in the morning. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional c

directive handler support

2002-08-26 Thread Doug MacEachern
another big itch scratched.. first pass at directive handlers has been checked in. no doubt still needs work, optimizing and compat plan with 1.x. i think it is possible for the module .pm to work with both 1.x and 2.x, just the Makefile.PL needs to change so Apache::ExtUtils::command_table i