dougm       01/09/28 12:29:53

  Modified:    todo     missing_old_features.txt
  Log:
  update todos on %ENV
  
  Revision  Changes    Path
  1.9       +10 -1     modperl-2.0/todo/missing_old_features.txt
  
  Index: missing_old_features.txt
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/todo/missing_old_features.txt,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- missing_old_features.txt  2001/09/28 15:16:06     1.8
  +++ missing_old_features.txt  2001/09/28 19:29:53     1.9
  @@ -22,7 +22,16 @@
   
   - PerlFreshRestart
   
  -- cgi emulation, i.e. %ENV/END{}/exit() management
  +- cgi emulation, i.e. END{}/exit() management
  +
  +- %ENV managment:
  +   - %ENV is currently only saved/restored for the perl-script
  +     handler, i.e. changes to %ENV outside of a perl-script handler
  +     are not cleared.  of course, "clean" modules would use local() to
  +     modify %ENV, but there should be an option to save/restore
  +     globals outside of the perl-script handler
  + 
  +   - see if we can avoid touching environ[] until a fork() from Perl happens
   
   - die 404;
   
  
  
  


Reply via email to