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 2003/12/01 20:13:42 UTC

cvs commit: modperl-2.0/todo features_deprecated deprecated_features.txt

stas        2003/12/01 11:13:42

  Added:       todo     features_deprecated
  Removed:     todo     deprecated_features.txt
  Log:
  rename to be consistent with other filenames
  
  Revision  Changes    Path
  1.1                  modperl-2.0/todo/features_deprecated
  
  Index: features_deprecated
  ===================================================================
  these features with either:
  a) never be in 2.0
  b) only be in #ifdef MP_DEPRECATED
  c) be a form that was nothing like 1.xx (e.g. Apache::Leak)
  d) split off into something standalone on cpan
  
  - MaxModPerlRequestsPerChild
  
  - $r->seqno, $r->sent_header, 
    $r->query_string, $r->basic_http_header, $r->new_read,
    $r->write_client, $r->read_client_block, $r->translate_name
  
  - $r->content, $r->args in-a-list-context (exist in Apache::compat)
  
  - $Apache::Server::Starting, $Apache::Server::ReStarting
  
  - modules: 
    + Apache::SIG: dead
    + Apache::Symbol: unknown
    + Apache::Leak: could be made useful
    + Apache::RedirectLogFix: dead
    + Apache::Include: was just an example
    + Apache::Debug: could be make useful
    + Apache::FakeRequest: should be built in
    + Apache::httpd_conf: dead (to be replaced by new test framework)
    + Apache::Symdump: unknown
    + Apache::Opcode: was experimental, needs much attention to be
      useful