Re: svn commit: r160301 - in perl/modperl/trunk: Changes src/modules/perl/modperl_util.h

2005-04-07 Thread Philip M. Gollucci
Sorry, let me correct my sentence fragment: >This broke the MP2 requirement of requiring httpd2 to be built with >--enable-maintainer-mode as stated on the webpage docs as it assumes >HTTPD2. requirement of requiring httpd2 to be built with --enable-maintainer-mode as stated on the webpage docs

Re: svn commit: r160301 - in perl/modperl/trunk: Changes src/modules/perl/modperl_util.h

2005-04-07 Thread Philip M. Gollucci
[EMAIL PROTECTED] wrote: +make sure not to use apr_os_thread_current in debug mode when libapr +wasn't built with threads support [Stas] + Apache2::RequestRec->new now sets $r->request_time [Stas] Modified: perl/modperl/trunk/src/modules/perl/modperl_util.h URL: http://svn.apache.org/viewcvs/pe

Re: [PATCH] updating CGI.pm for new mod_perl 2.0 API

2005-04-07 Thread Philip M. Gollucci
Your patches went into my CVS version, and I think you can say that for sure the changes will be in CGI.pm version 3.07. FBSD -current/i386 bleedperl w/ ithreads turnks of httpd/apr/apr-util/apr-iconv threads applied CGI.pm patches for 3.08 this is worker + ithreads only modules/proxy.t fails

Re: [PATCH] updating CGI.pm for new mod_perl 2.0 API

2005-04-07 Thread Philip M. Gollucci
Philip M. Gollucci wrote: Your patches went into my CVS version, and I think you can say that for sure the changes will be in CGI.pm version 3.07. FBSD -current/i386 bleedperl w/ ithreads turnks of httpd/apr/apr-util/apr-iconv threads applied CGI.pm patches for 3.08 this is prefork + ithreads o

Re: [PATCH] updating CGI.pm for new mod_perl 2.0 API

2005-04-07 Thread Philip M. Gollucci
Your patches went into my CVS version, and I think you can say that for sure the changes will be in CGI.pm version 3.07. FBSD -current/i386 bleedperl w/out ithreads turnks of httpd/apr/apr-util/apr-iconv no threads applied CGI.pm patches for 3.08 minus the apache_content_length header test as po

Re: theading woes

2005-04-07 Thread Philip M. Gollucci
waiting 300 seconds for server to start: .Fatal error 'Spinlock called when not threaded.' at line 87 in file /usr/src/lib/libpthread/thread/thr_spinlock.c (errno = 0) This _was_ caused by libpthread and libc_r being linked to my httpd2/apr/apr-util. I solved this using the /etc/libmap.conf fil

Re: [PATCH] updating CGI.pm for new mod_perl 2.0 API

2005-04-07 Thread Stas Bekman
Geoffrey Young wrote: Lincoln Stein wrote: Hi Geoffrey, Your patches went into my CVS version, and I think you can say that for sure the changes will be in CGI.pm version 3.07. Lincoln, you must have meant 3.08. As 3.07 is already out there ;) -- _

Re: [PATCH] updating CGI.pm for new mod_perl 2.0 API

2005-04-07 Thread Geoffrey Young
Lincoln Stein wrote: > Hi Geoffrey, > > Your patches went into my CVS version, and I think you can say that > for sure the changes will be in CGI.pm version 3.07. great! > I'd like to > coordinate our releases so that it will encourage both mod_perl 2.0 > users and CGI.pm users to update

Re: svn commit: r160423 - perl/modperl/trunk/Makefile.PL

2005-04-07 Thread Geoffrey Young
>> yes, I disabled cron. there was discussion about having the site docs >> not >> match the latest official distribution, which we were trying to avoid. > > > the online docs have never matched the official distribution, but always > svn. The files distributed within /docs are the one matching

Re: [PATCH] Re: [BUG] Bad refcounting in Apache->push_handlers()

2005-04-07 Thread Stas Bekman
Stas Bekman wrote: Still need to check this one: Now with threaded perl 5.8.6 everything works fine, but: t/directive/perlrequire fails with: can't find ANONSUB top entry (get) The patch below fixes the non-threaded case. with non-threaded 5.6.1 a bunch of tests fail with: Undefined subroutine &mai

Re: svn commit: r160423 - perl/modperl/trunk/Makefile.PL

2005-04-07 Thread Stas Bekman
Geoffrey Young wrote: - http://perl.apache.org/somelinkwellwritelater + http://perl.apache.org/docs/2.0/rename.html Haven't you disabled the cron, Geoff, meaning the site is not being updated http://perl.apache.org/docs/2.0/rename.html gives 404. yes, I disabled cron. there was discussion abou

Re: svn commit: r160423 - perl/modperl/trunk/Makefile.PL

2005-04-07 Thread Geoffrey Young
>> - http://perl.apache.org/somelinkwellwritelater >> + http://perl.apache.org/docs/2.0/rename.html > > > Haven't you disabled the cron, Geoff, meaning the site is not being updated > > http://perl.apache.org/docs/2.0/rename.html > > gives 404. yes, I disabled cron. there was discussion a

Re: [PATCH] Re: [BUG] Bad refcounting in Apache->push_handlers()

2005-04-07 Thread Stas Bekman
Dominique Quatravaux wrote: Any chance you could add a test to the modperl2 test suite that I can reproduce the problem with? I finally got around to doing that, sorry for the delay. Here is a new test case, with inspiration from TestHooks::inlined_handlers. Warning: since Apache->server->push_ha

Re: svn commit: r160423 - perl/modperl/trunk/Makefile.PL

2005-04-07 Thread Stas Bekman
[EMAIL PROTECTED] wrote: Author: geoff Date: Thu Apr 7 11:00:24 2005 New Revision: 160423 URL: http://svn.apache.org/viewcvs?view=rev&rev=160423 Log: prep for pointer to new rename document Modified: perl/modperl/trunk/Makefile.PL Modified: perl/modperl/trunk/Makefile.PL URL: http://svn.apache

Re: outstanding rename items

2005-04-07 Thread Randy Kobes
On Thu, 7 Apr 2005, Geoffrey Young wrote: > Randy Kobes wrote: > > On Thu, 7 Apr 2005, Geoffrey Young wrote: > > > >>>I've also started a skeleton (attached) for a document > >>>trying to describe for users the effects of these changes. > >> > >>did this ever make it into the docs? > > > > No, not

Re: potential release candidate

2005-04-07 Thread Geoffrey Young
Geoffrey Young wrote: > ok, I rolled a _potential_ release candidate: > > http://people.apache.org/~geoff/mod_perl-2.0.0-RC5.tar.gz > > given the amount of changes between RC4 and RC5 please take the time to > test, install, and retest this distribution carefully and report back - I > want as

potential release candidate

2005-04-07 Thread Geoffrey Young
ok, I rolled a _potential_ release candidate: http://people.apache.org/~geoff/mod_perl-2.0.0-RC5.tar.gz given the amount of changes between RC4 and RC5 please take the time to test, install, and retest this distribution carefully and report back - I want as many eyes on this as possible before

Re: outstanding rename items

2005-04-07 Thread Geoffrey Young
Randy Kobes wrote: > On Thu, 7 Apr 2005, Geoffrey Young wrote: > > >>>I've also started a skeleton (attached) for a document >>>trying to describe for users the effects of these changes. >> >>did this ever make it into the docs? > > > No, not yet - what about as > modperl-docs/src/docs/2.

Re: renaming Apache2->request()

2005-04-07 Thread Geoffrey Young
> Lincoln responds much better to patches, so instead of asking what to > do, send a patch and hopefully it'll be accepted. ok, patch sent in a new email. I guess we'll see... --Geoff - To unsubscribe, e-mail: [EMAIL PROTECTED

[PATCH] updating CGI.pm for new mod_perl 2.0 API

2005-04-07 Thread Geoffrey Young
hi Lincoln. the attached patch updates the CGI.pm distribution to work with the new mod_perl 2.0 API. because of the massive API changes that have occured recently, it is a forward only update - older versions of mod_perl 2.0 (from the start of the project up to the current CPAN release) are not

Re: renaming Apache2->request()

2005-04-07 Thread Stas Bekman
Geoffrey Young wrote: Stas Bekman wrote: Geoffrey Young wrote: cool. done. isn't it a time to let a new release out? yes. in my mind, however, we can't release a new RC until CGI.pm at least has a path forward. thus far lincoln hasn't responded to my emails (public and private) letting us know

Re: outstanding rename items

2005-04-07 Thread Randy Kobes
On Thu, 7 Apr 2005, Geoffrey Young wrote: > > > I've also started a skeleton (attached) for a document > > trying to describe for users the effects of these changes. > > did this ever make it into the docs? No, not yet - what about as modperl-docs/src/docs/2.0/rename.pod Or is there a better

Re: outstanding rename items

2005-04-07 Thread Geoffrey Young
> I've also started a skeleton (attached) for a document > trying to describe for users the effects of these changes. did this ever make it into the docs? --Geoff - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comma

Re: renaming Apache2->request()

2005-04-07 Thread Geoffrey Young
Stas Bekman wrote: > Geoffrey Young wrote: > >> cool. done. > > > isn't it a time to let a new release out? yes. in my mind, however, we can't release a new RC until CGI.pm at least has a path forward. thus far lincoln hasn't responded to my emails (public and private) letting us know what

Re: renaming Apache2->request()

2005-04-07 Thread Stas Bekman
Geoffrey Young wrote: cool. done. isn't it a time to let a new release out? -- __ Stas BekmanJAm_pH --> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTE

Re: renaming Apache2->request()

2005-04-07 Thread Geoffrey Young
Randy Kobes wrote: > On Thu, 7 Apr 2005, Stas Bekman wrote: > > >>Geoffrey Young wrote: >> >>>good morning :) >>> >>>the attached patch renames >>> Apache2->request() >>>to >>> Apache2::RequestUtil->request() >> >>+1 > > > +1 cool. done. --Geoff -

Re: renaming Apache2->request()

2005-04-07 Thread Randy Kobes
On Thu, 7 Apr 2005, Stas Bekman wrote: > Geoffrey Young wrote: > > good morning :) > > > > the attached patch renames > > Apache2->request() > > to > > Apache2::RequestUtil->request() > > +1 +1 > > anyway, I was going to do something similar with > > Apache2->server, placing it it in Apache2

Re: renaming Apache2->request()

2005-04-07 Thread Stas Bekman
Geoffrey Young wrote: good morning :) the attached patch renames Apache2->request() to Apache2::RequestUtil->request() +1 anyway, I was going to do something similar with Apache2->server, placing it it in Apache2::ServerUtil but I wanted to fly this by folks first. +1 -- ___

renaming Apache2->request()

2005-04-07 Thread Geoffrey Young
good morning :) the attached patch renames Apache2->request() to Apache2::RequestUtil->request() I chose RequestUtil over RequestRec because I kinda thought that RequestUtil was more proper - request() is a helper method that doesn't work under all circumstances (as opposed to a constructo

Re: Version numbers in CPAN shell

2005-04-07 Thread Stas Bekman
Markus Wichitill wrote: Stas Bekman wrote: How about this patch, that better fits our style guidelines: Index: lib/ModPerl/BuildMM.pm === --- lib/ModPerl/BuildMM.pm (revision 160192) +++ lib/ModPerl/BuildMM.pm (working copy)

Re: Version numbers in CPAN shell

2005-04-07 Thread Markus Wichitill
Stas Bekman wrote: How about this patch, that better fits our style guidelines: Index: lib/ModPerl/BuildMM.pm === --- lib/ModPerl/BuildMM.pm (revision 160192) +++ lib/ModPerl/BuildMM.pm (working copy) @@ -189,8 +189,8 @@