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 st...@apache.org on 2004/11/23 21:11:31 UTC

svn commit: r106339 - /perl/modperl/trunk/todo/features_missing

Author: stas
Date: Tue Nov 23 12:11:30 2004
New Revision: 106339

Modified:
   perl/modperl/trunk/todo/features_missing
Log:
Integrate the new perl feature: PL_use_safe_putenv to allow mod_php work 
with mod_perl


Modified: perl/modperl/trunk/todo/features_missing
Url: http://svn.apache.org/viewcvs/perl/modperl/trunk/todo/features_missing?view=diff&rev=106339&p1=perl/modperl/trunk/todo/features_missing&r1=106338&p2=perl/modperl/trunk/todo/features_missing&r2=106339
==============================================================================
--- perl/modperl/trunk/todo/features_missing	(original)
+++ perl/modperl/trunk/todo/features_missing	Tue Nov 23 12:11:30 2004
@@ -18,6 +18,17 @@
 
 ### other, less important things ###
 
+* Integrate the new perl feature: PL_use_safe_putenv (starting from
+  perl 5.8.6)
+  http://public.activestate.com/cgi-bin/perlbrowse?patch=23529 this is
+  needed to make it possible mod_php and mod_perl run at the same
+  time. Relevant threads:
+  http://www.gossamer-threads.com/lists/perl/porters/187753
+  http://www.phpbuilder.com/lists/php-install/2003092/0018.php
+
+  at the moment recompiling perl with -DPERL_USE_SAFE_PUTENV may or
+  may not work
+
 * $r->last is missing (it was provided explicitly by modperl, it's not
   an apache thing) see modperl/src/modules/perl/Apache.xs