stas 2004/08/25 16:47:33
Modified: todo release Log: updates Revision Changes Path 1.54 +12 -3 modperl-2.0/todo/release Index: release =================================================================== RCS file: /home/cvs/modperl-2.0/todo/release,v retrieving revision 1.53 retrieving revision 1.54 diff -u -u -r1.53 -r1.54 --- release 25 Aug 2004 22:31:59 -0000 1.53 +++ release 25 Aug 2004 23:47:33 -0000 1.54 @@ -50,6 +50,13 @@ Thread: http://mathforum.org/epigone/modperl-dev/noxtramcay Status: pending Apache::Log compat issues, this and other methods might be dropped. + There are other problems with Apache::Log: at the moment only $r-> + and $s-> log calls log into vhost's error_log, need to figure out + how to do that for object-less methods (Apache->warn(), + Apache::warn(), warn (need to override with CORE::GLOBAL::warn), and + if possible internal warnings as well + owner: stas + * per-server cleanups core dump or are otherwise ineffective Apache->server->process->pconf->cleanup_register(sub { ... }); @@ -89,13 +96,15 @@ several versions, like mod_perl 1.0 and mod_perl 2.0, since once we release it any dependency on mod_perl will be resolved as mod_perl 2.0, when mod_perl 1.0 may be required instead. - stas: talked to autrijus, he will start working on it, but not sure - when. we need to ping him every so often. + owner: stas: talked to autrijus, he will start working on it, but + not sure when. we need to ping him every so often. but + it'll probably won't happen by the time we release 2.0. * Apache::Reload - needs to handle properly redefined subs warnings owner: gozer * Apache->unescape_url{_info}: - not yet implemented. should be moved to Apache::Util + not yet implemented. should be moved to Apache::Util (or may be + APR::URI?)