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
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
-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
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
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.
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
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.
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
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.
--
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
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.
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
> 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
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
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
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
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
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.
--
> 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
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
20 matches
Mail list logo