Geoffrey Young wrote:
[EMAIL PROTECTED] wrote:
stas2003/03/24 23:51:08
Modified:src/modules/perl mod_perl.c modperl_cmd.c modperl_interp.c
Log:
move the modperl_interp_init() trace inside the function itself
this change throws the following error for me
modperl_interp.c: In
[EMAIL PROTECTED] wrote:
stas2003/03/24 23:51:08
Modified:src/modules/perl mod_perl.c modperl_cmd.c modperl_interp.c
Log:
move the modperl_interp_init() trace inside the function itself
this change throws the following error for me
modperl_interp.c: In function `modperl_interp
[EMAIL PROTECTED] wrote:
> dougm 2002/06/03 16:41:18
>
> Modified:src/modules/perl mod_perl.c mod_perl.h
> Log:
> add MODPERL2 config define, as if the server had been started with -DMODPERL2
>
> Revision ChangesPath
> 1.121 +10 -2 modperl-2.0/src/modules/perl/
[EMAIL PROTECTED] wrote:
> dougm 01/10/08 17:13:00
>
> Modified:src/modules/perl mod_perl.c modperl_perl.c modperl_perl.h
> Log:
> *CORE::GLOBAL::exit = \&ModPerl::Util::exit
Is there a way to freeze *CORE::GLOBAL::exit, once you set it? Otherwise
some code can set it to a di
On Tue, 9 Oct 2001, Stas Bekman wrote:
> all I wanted to say that somebody will run a script that mungles
> *CORE::GLOBAL::exit. Since *CORE::GLOBAL:: is relatively new, I've
> called it modern :)
well if somebody really wants to mess with it, thats up to them.
> but I understand, it doesn'
>>I'm thinking of some modern registry script as an example.
>>
>
> such as?
all I wanted to say that somebody will run a script that mungles
*CORE::GLOBAL::exit. Since *CORE::GLOBAL:: is relatively new, I've
called it modern :)
but I understand, it doesn't matter whether it's a script or a
On Tue, 9 Oct 2001, Stas Bekman wrote:
> Is there a way to freeze *CORE::GLOBAL::exit, once you set it?
no.
> Otherwise some code can set it to a different value and wreck havoc in
> the whole system.
then they get what they deserve.
> I'm thinking of some modern registry script as an examp
--On 12/04/01 09:20 -0400 Vivek Khera wrote:
>> "EC" == Eric Cholet <[EMAIL PROTECTED]> writes:
>
>>> -if (handles = modperl_xs_dl_handles_get(cdata->pool)) {
>>> +if ((handles = modperl_xs_dl_handles_get(cdata->pool))) {
>>> modperl_xs_dl_handles_close(handles);
>
> EC> I did fixed
On Thu, 12 Apr 2001, Vivek Khera wrote:
> > "EC" == Eric Cholet <[EMAIL PROTECTED]> writes:
>
> >> -if (handles = modperl_xs_dl_handles_get(cdata->pool)) {
> >> +if ((handles = modperl_xs_dl_handles_get(cdata->pool))) {
> >> modperl_xs_dl_handles_close(handles);
>
> EC> I did fixed
> "EC" == Eric Cholet <[EMAIL PROTECTED]> writes:
>> -if (handles = modperl_xs_dl_handles_get(cdata->pool)) {
>> +if ((handles = modperl_xs_dl_handles_get(cdata->pool))) {
>> modperl_xs_dl_handles_close(handles);
EC> I did fixed unbalanced parens, you just added another level of pare
--On 12/04/01 01:03 + [EMAIL PROTECTED] wrote:
> dougm 01/04/11 18:03:14
>
> Modified:src/modules/perl mod_perl.c
> Log:
> i swear eric did this already
>
> Revision ChangesPath
> 1.45 +1 -1 modperl-2.0/src/modules/perl/mod_perl.c
>
> Index: mod_perl.c
>
11 matches
Mail list logo