Author: stas
Date: Thu Nov 25 11:13:12 2004
New Revision: 106594

URL: http://svn.apache.org/viewcvs?view=rev&rev=106594
Log:
we don't really need %ENV saved/restore for 'SetHandler modperl', since 
power users can use 'perl-script' with additional config options to 
emulate this (but really $ENV changes should be local'isez). And if we 
ever add this feature, we should be consistent and handle @INC, $/, 
STDOUT's $| and END blocks as well (which are restored under 
'perl-script'.


Modified:
   perl/modperl/trunk/todo/release

Modified: perl/modperl/trunk/todo/release
Url: 
http://svn.apache.org/viewcvs/perl/modperl/trunk/todo/release?view=diff&rev=106594&p1=perl/modperl/trunk/todo/release&r1=106593&p2=perl/modperl/trunk/todo/release&r2=106594
==============================================================================
--- perl/modperl/trunk/todo/release     (original)
+++ perl/modperl/trunk/todo/release     Thu Nov 25 11:13:12 2004
@@ -63,17 +63,6 @@
     Apache->server->process->pconf->cleanup_register(sub { ...  });
   Report: geoff
 
-- cgi emulation: %ENV management:
-
-   - %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
-
-  STATUS: do the cleanup for all handlers, but provide a new config
-  option so users can disable it if they know what they are doing.
-
 * Apache::SizeLimit
   o Need to port tools that restrict the memory size used by processes
     for prefork mpms and develop new ones for threaded mpms. Need to

Reply via email to