dougm       00/09/26 12:35:38

  Modified:    .        ToDo
  Log:
  I HATE SUBPROCESSES
  
  Revision  Changes    Path
  1.251     +5 -0      modperl/ToDo
  
  Index: ToDo
  ===================================================================
  RCS file: /home/cvs/modperl/ToDo,v
  retrieving revision 1.250
  retrieving revision 1.251
  diff -u -r1.250 -r1.251
  --- ToDo      2000/09/26 16:55:36     1.250
  +++ ToDo      2000/09/26 19:35:37     1.251
  @@ -113,6 +113,11 @@
   MISC BUGS
   ---------------------------------------------------------------------------
   
  +- "$ENV{FOO} = 'foo'" is cleared from the %ENV array, but left in the
  +  environ[], making it visible to subprocesses.
  +  perl_util.c:perl_clear_env() only deletes from %ENV on purpose to
  +  prevent other problems.  need to rethink this.
  +
   - recursion triggered by internal_redirect() called by a pushed handler
   [Ashish Goyal <[EMAIL PROTECTED]>]
   
  
  
  

Reply via email to