You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by do...@apache.org on 2001/01/25 07:42:29 UTC

cvs commit: modperl ToDo

dougm       01/01/24 22:42:29

  Modified:    .        ToDo
  Log:
  cleanup/update todo
  
  Revision  Changes    Path
  1.266     +47 -21    modperl/ToDo
  
  Index: ToDo
  ===================================================================
  RCS file: /home/cvs/modperl/ToDo,v
  retrieving revision 1.265
  retrieving revision 1.266
  diff -u -r1.265 -r1.266
  --- ToDo	2000/10/03 16:12:55	1.265
  +++ ToDo	2001/01/25 06:42:29	1.266
  @@ -3,22 +3,62 @@
                    (well, close to it anyhow)
   ---------------------------------------------------------------------------
   
  -- disable PERL_SSI unless mod_include is listed in httpd -l
  +- hpux dso troubles
   
  -- document Apache::Status Apache::Request preference over CGI.pm
  -  and make it more clear that Apache::Status should not be used in a
  -  production environment, as it adds quite a bit of bloat
  +- Makefile.PL if $PERL_USELARGEFILES == 0, check apxs cflags
   
  -- segfaults with DBI->connect (mysql), reported that downgrade to
  -  1.21_03 cures
  +- From: Andy Wardley <ab...@cre.canon.co.uk>
  +  Subject: Problems with SERVER_MERGE and DIR_MERGE
  +
  +- From: Vivek Khera <kh...@kciLink.com>
  +  Subject: missing docs
  +
  +- From: Paul Walmsley <sh...@booyaka.com>
  +  Subject: BUG: mod_perl >= 1.23 on Perl 5.6 uses stdout fd for STDIN and STDOUT
  +
  +- From: Perrin Harkins <pe...@primenet.com>
  +  Subject: Re: How to recognize server shutdown?
  +
  +- From: Richard L. Goerwitz <ri...@catlin.cis.brown.edu>
  +  Subject: Re: Bug (easily fixable) in Apache::Server
  +
  +- From: Wenzhong Tang <Ta...@appliant.com>
  +  Subject: RE: Prototype mismatch in Apache::PerlRun line 343
  +
  +- From: Geoffrey Young <gy...@laserlink.net>
  +  Subject: FW: bug in mod_perl-1.24 & request->args & request->content
  +
  +- From: Geoffrey Young <gy...@laserlink.net>
  +  Subject: patch for setting loglevel
  +
  +- -- post 1.25 --
  +
  +- From: JR Mayberry <jr...@e-vend.net>
  +  Subject: Apache::Status problems?..CGI::Cookie, (dont want no CGI.pm) (?)
  +
  +- From: Adi Fairbank <ad...@certsite.com>
  +  Subject: Re: two identical directives in <Perl> configuration
   
  +- PerlChildInitHandler should not be allowed inside <VirtualHost>
  +
  +- close STDERR;
  +
  +- require +ExecCGI for <Perl> in .htaccess, etc.
  +
   - {get,set}_handlers troubles [Geoffrey Young <gy...@laserlink.net>]
     see also: http://perl.apache.org/~dougm/set_handlers.pat
   
   - remove eg/ directory, it's way out of date and no longer needed now
     with the guide, the books, and piles of Apache::* modules
  +
  +- document Apache::Status Apache::Request preference over CGI.pm
  +  and make it more clear that Apache::Status should not be used in a
  +  production environment, as it adds quite a bit of bloat
  +
  +- segfaults with DBI->connect (mysql), reported that downgrade to
  +  1.21_03 cures
   
  -- add $r->set_keepalive method?
  +- disable PERL_SSI unless mod_include is listed in httpd -l
   
   ---------------------------------------------------------------------------
   POSSIBLE NEW FEATURES
  @@ -30,9 +70,6 @@
   
   - add srand stuff ?
   
  -- allow $r->server->uid($new_uid) ?
  -  [Rob Giseburt <ro...@eatech.net>]
  -
   - new Apache::FakeRequest [Rafael Kitover <ca...@debian.org>]
   
   - something like 2.0's Apache::BuildConfig for testing build options
  @@ -57,8 +94,6 @@
   
   - Apache::PerlRun::flush_namespace should be re-written in c
   
  -- syswrite/WRITE
  -
   - Jeffrey W. Baker's Apache::Util::escape_html() replacement
   
   - Apache::Connection keepalive methods [Joe Schaefer <jo...@sunstarsys.com>]
  @@ -69,15 +104,8 @@
   
   - do something about FreshRestart+dso ? (vivek)
   
  -- sort out hpux Config.pm issues when $Config{ld} eq 'ld' but
  -  $Config{ldflags} have -Wl arguments
  -
   - PERL_STATIC_EXTS doesnt work with USE_APACI=1
   
  -- solaris Perl Configure adds a space before -R in ccdlflags, see
  -  about removing that
  -  [Ken McNamara <co...@oaktree.net>]
  -
   - ldopts() spits out ccdlflags when linker is ld
   
   - Makefile.PL should always push load_modules.pl for 'make test' 
  @@ -174,7 +202,5 @@
     it would be much better if the Apache::Registry will do that 
   
   - Apache::Include->virtual should return run() value, not status()
  -
  -- should Apache::Registry use -M or (stat _)[9]?
   
   - libapreq: Apache::Cookie format sync w/ CGI.pm