[Patch] modperl_tipool_putback segfault when putting back something invalid

2002-03-06 Thread Philippe M. Chiasson
In writing the Perl interface to tipools, I've found one segfault. If one uses modperl_tipool_putback_data and tries to putback something that was never part of the pool, modperl_tipool_putback_base will segfault here: tipool->idle = modperl_list_prepend(tipool->idle, listp); Following patch f

Urgent: Can we get compiled codes(class files in java) in perl like in java

2002-03-06 Thread A.C.Sekhar
Hi all ,   I need a help. My requirement is like this, we are developing one portal site in perl5(mod_perl)-apache-linux. our client don't want the perl source code. He want only the compiled code. Is it possible to give the compiled code in perl just like that in Java? How can we do th

Apache2::ExtUtils (or equivalent)?

2002-03-06 Thread Stephen Clouse
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I am getting ready to start playing with our applications under the most bleeding-edge perl/apache/modperl, mainly to ensure our stuff is ready for the future, and to provide valuable debugging and feedback on the open-source side of things. My ha

Re: what's the equivalent of the ALIAS keyword's functionality in WrapXS

2002-03-06 Thread Stas Bekman
Doug MacEachern wrote: > ALIAS hasn't been implemented in WrapXS. feel free to if you like. > but if you're not in a rush, i was planning to do it at some point. I know how XS implements ALIAS (by looking at the generated C code), but I'm not sure where to plug this in WrapXS. Should happen som

Re: perl-5.7.3 is out

2002-03-06 Thread Stas Bekman
Doug MacEachern wrote: > On Wed, 6 Mar 2002, Stas Bekman wrote: > > >>perl-5.7.3 is out. It passes all tests with threads enabled flawlessly :) >> > > what MPM(s)? os(es)? Configure options? etc. would be nice if t/REPORT > or something could generate a success summary with all this info.

Re: list of contributors/ changes log

2002-03-06 Thread Stas Bekman
Doug MacEachern wrote: > On Thu, 7 Mar 2002, Stas Bekman wrote: > > >>Nuh, that's ugly especialy considering that this log is going to grow a lot. >> > > i think we should have both a generated file from cvs with complete info > and a shorter summary for use with releases, etc. both Perl and

Re: [patch] require 5.6.1 in autogenerated .pm files

2002-03-06 Thread Stas Bekman
Doug MacEachern wrote: > On Wed, 6 Mar 2002, Stas Bekman wrote: > > >>is this OK? since we already require 5.006, v-strings aren't a problem. >> > > i thought vstrings were deprecated? if that's the case, we shouldn't be > adding new code that uses deprecated features. $] is deprecated too.

Re: list of contributors/ changes log

2002-03-06 Thread Doug MacEachern
On Thu, 7 Mar 2002, Stas Bekman wrote: > Nuh, that's ugly especialy considering that this log is going to grow a lot. i think we should have both a generated file from cvs with complete info and a shorter summary for use with releases, etc. both Perl and PHP do this. Perl has the generated C

Re: perl-5.7.3 is out

2002-03-06 Thread Doug MacEachern
On Wed, 6 Mar 2002, Stas Bekman wrote: > perl-5.7.3 is out. It passes all tests with threads enabled flawlessly :) what MPM(s)? os(es)? Configure options? etc. would be nice if t/REPORT or something could generate a success summary with all this info. would really help with testing. --

Re: what's the equivalent of the ALIAS keyword's functionality inWrapXS

2002-03-06 Thread Doug MacEachern
ALIAS hasn't been implemented in WrapXS. feel free to if you like. but if you're not in a rush, i was planning to do it at some point. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECT

Re: [patch] require 5.6.1 in autogenerated .pm files

2002-03-06 Thread Doug MacEachern
On Wed, 6 Mar 2002, Stas Bekman wrote: > is this OK? since we already require 5.006, v-strings aren't a problem. i thought vstrings were deprecated? if that's the case, we shouldn't be adding new code that uses deprecated features.

Re: perl-5.7.3 is out

2002-03-06 Thread Stas Bekman
Arthur Bergman wrote: >>>For mod_perl I think the biggest improvment over 5.6.1 is the fact that >>>a) why use _r functions >>> >>Can you please expand on this one? Do you mean that in 5.6.1 one has to >>use _r equivalents instead of certain unsafe POSIX functions to achieve >>thread-safeness a

Re: perl-5.7.3 is out

2002-03-06 Thread Arthur Bergman
> Arthur Bergman wrote: > >>perl-5.7.3 is out. It passes all tests with threads enabled flawlessly :) > >>So if you were afraid to upgrade your bleadperl it's good time to do it now. > >> > >> > > > > I sure hope it does, and soon there will be more documentation aswell :) > > That would be gre

Re: perl-5.7.3 is out

2002-03-06 Thread Stas Bekman
Arthur Bergman wrote: >>perl-5.7.3 is out. It passes all tests with threads enabled flawlessly :) >>So if you were afraid to upgrade your bleadperl it's good time to do it now. >> >> > > I sure hope it does, and soon there will be more documentation aswell :) That would be great. I've just finis

Re: list of contributors/ changes log

2002-03-06 Thread Stas Bekman
Geoffrey Young wrote: > Stas Bekman wrote: > >>[crossposting dev list, since it's relevant] >> >>one of the issues to be resolved on the new mod_perl site (read: >>documentation) is to provide a mechanism for generating the Changes and >>(optionally Contributors) list. With mod_perl 1.x source th

Re: perl-5.7.3 is out

2002-03-06 Thread Stas Bekman
Matt Sergeant wrote: > On Wed, 6 Mar 2002, Stas Bekman wrote: > > >>perl-5.7.3 is out. It passes all tests with threads enabled flawlessly :) >>So if you were afraid to upgrade your bleadperl it's good time to do it now. >> > > Watch out if you use XML though. Both XML::Parser and XML::SAX reve

Re: list of contributors/ changes log

2002-03-06 Thread Geoffrey Young
Stas Bekman wrote: > > [crossposting dev list, since it's relevant] > > one of the issues to be resolved on the new mod_perl site (read: > documentation) is to provide a mechanism for generating the Changes and > (optionally Contributors) list. With mod_perl 1.x source this has been > done manua

Re: perl-5.7.3 is out

2002-03-06 Thread Matt Sergeant
On Wed, 6 Mar 2002, Stas Bekman wrote: > perl-5.7.3 is out. It passes all tests with threads enabled flawlessly :) > So if you were afraid to upgrade your bleadperl it's good time to do it now. Watch out if you use XML though. Both XML::Parser and XML::SAX reveal segfaults in the new perl. --

Re: perl-5.7.3 is out

2002-03-06 Thread Arthur Bergman
> perl-5.7.3 is out. It passes all tests with threads enabled flawlessly :) > So if you were afraid to upgrade your bleadperl it's good time to do it now. > I sure hope it does, and soon there will be more documentation aswell :) For mod_perl I think the biggest improvment over 5.6.1 is the fa

what's the equivalent of the ALIAS keyword's functionality in WrapXS

2002-03-06 Thread Stas Bekman
I know I've asked a similar question some 6 months ago, regarding aliasing dir_config. But this is a little different. In the following XS section: foo() ALIAS: bar = 1 during the boot XS sets XSANY.any_i32 to 0 for the real function, and 1 for the bar alias. So inside foo() I can chec