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...@hyperreal.org on 1999/11/01 08:48:45 UTC

cvs commit: modperl ToDo

dougm       99/10/31 23:48:45

  Modified:    .        ToDo
  Log:
  todo foo
  
  Revision  Changes    Path
  1.207     +16 -0     modperl/ToDo
  
  Index: ToDo
  ===================================================================
  RCS file: /home/cvs/modperl/ToDo,v
  retrieving revision 1.206
  retrieving revision 1.207
  diff -u -r1.206 -r1.207
  --- ToDo	1999/10/09 15:17:15	1.206
  +++ ToDo	1999/11/01 07:48:44	1.207
  @@ -3,6 +3,22 @@
                    (well, close to it anyhow)
   ---------------------------------------------------------------------------
   
  +- enable PerlRestartHandler w/ EVERYTHING=1
  +
  +- auto-call Apache::SIG->set again?
  +
  +- solaris Perl Configure adds a space before -R in ccdlflags, see
  +  about removing that
  +  [Ken McNamara <co...@oaktree.net>]
  +
  +- "rwrite returned -1", see about taking it out regardless of
  +  LogLevel, better yet, see if the code can be tweaked to avoid
  +  reaching this point, must be consuming cpu in a tight loop
  +
  +- see if possible to have the dso libperl.so be named something else,
  +  e.g. libmodperl.so 
  +  [Eugene B. Byrganov <E.B.Byrganov@inp.nsk.su]
  +
   - if $USE_APXS then install mod_perl headers files in `apxs -q INCLUDEDIR`
   
   - should $r->content unset $r->headers_in('content-length') ?