Re: [PATCH] Apache::Constants docs

2002-06-05 Thread Stas Bekman
Per Einar Ellefsen wrote: > > Here is the patch again, to make Doug's life easier. > > Index: Constants/Constants.pm committed with some tweaks. Thanks! __ Stas BekmanJAm_pH --> Just Another mod_perl Hacker http://

Re: cvs commit: modperl-2.0/xs/maps apache_functions.map

2002-06-05 Thread Doug MacEachern
On Wed, 5 Jun 2002, Stas Bekman wrote: > Doesn't sound like a good idea to me. What is going to change later? a patch to apache will change it. > People will start using format_time() and we are going to be stuck with > it and ht_time. how many times do i have to say: anything is subject to

Re: cvs commit: modperl-2.0/xs/maps apache_functions.map

2002-06-05 Thread Stas Bekman
[EMAIL PROTECTED] wrote: > dougm 02/05/24 10:37:08 > > Modified:lib/Apache compat.pm >t/response/TestApache compat2.pm >xs/maps apache_functions.map > Log: > rename ht_time to format_time for the moment to provide 1.x ht_time > compat since we no

todo/api.txt log_reason

2002-06-05 Thread Stas Bekman
todo/api.txt - $r->log_reason: should be simple, see modperl_log.h Doug are we planning on implementing this one in-core, and the recent addition of the compat implementation was only tmp? __ Stas BekmanJAm

Re: modperl-2.0 Apache::compat is not

2002-06-05 Thread Stas Bekman
Herbert Rosmanith wrote: >>As Herbert later said he is actually developing for 1.x. >> > > > please, I said that in my very first email ;-) > > unfortunatley, httpd still segfaults with modperl-2.0_20020605042935.tar.gz > I also wonder why I still do not get a corefile: > > bash-2.03# ulim

Re: cvs commit: modperl-2.0/xs/APR/PerlIO apr_perlio.c

2002-06-05 Thread Stas Bekman
[EMAIL PROTECTED] wrote: > dougm 2002/05/30 19:19:11 > > Modified:t/response/TestAPR perlio.pm >xs/APR/PerlIO apr_perlio.c > Log: > we cannot support passing Off_t from the perl runtime compiled with > largfile flags into the apr runtime compiled without. > onl

Re: modperl-2.0 Apache::compat is not

2002-06-05 Thread Herbert Rosmanith
> As Herbert later said he is actually developing for 1.x. > please, I said that in my very first email ;-) unfortunatley, httpd still segfaults with modperl-2.0_20020605042935.tar.gz I also wonder why I still do not get a corefile: bash-2.03# ulimit -c unlimited bash-2.03# ulimit -a

Apache::request() changes

2002-06-05 Thread Stas Bekman
In the compat doc, I need more info regarding ->request() method variations. In 1.x we have: Apache->request() In 2.x this method is deprecated because of the overhead in the threaded MPMs. What's the alternative for modules like CGI.pm? Sorry if I've asked before, I cannot find the relevant