dougm       01/09/28 10:30:14

  Modified:    todo     possible_new_features.txt
  Log:
  add a todo for %ENV
  
  Revision  Changes    Path
  1.10      +5 -0      modperl-2.0/todo/possible_new_features.txt
  
  Index: possible_new_features.txt
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/todo/possible_new_features.txt,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- possible_new_features.txt 2001/09/17 16:30:20     1.9
  +++ possible_new_features.txt 2001/09/28 17:30:14     1.10
  @@ -1,6 +1,11 @@
   config features:
   ----------------
   
  +- tie %ENV to r->subprocess_env so stores are added to
  +  r->subprocess_env and fetches are looked up in there and elsewhere
  +  (e.g. HTTP_* from r->headers_in).  see modperl_env.c, current
  +  implementation is not threadsafe and requires 5.7.2+
  + 
   - make 'PerlSetVar $Foo value' work like 'local $Foo = value' 
     for the given location
   
  
  
  


Reply via email to