dougm       01/06/14 09:15:01

  Modified:    .        ToDo
  Log:
  catigorification
  
  Revision  Changes    Path
  1.283     +54 -46    modperl/ToDo
  
  Index: ToDo
  ===================================================================
  RCS file: /home/cvs/modperl/ToDo,v
  retrieving revision 1.282
  retrieving revision 1.283
  diff -u -r1.282 -r1.283
  --- ToDo      2001/06/14 06:01:39     1.282
  +++ ToDo      2001/06/14 16:14:58     1.283
  @@ -3,92 +3,100 @@
                    (well, close to it anyhow)
   ---------------------------------------------------------------------------
   
  +... core bugs ...
  +
   - readdir() broken with glibc 2.2
   
   - PERL5LIB foo
   
  -- From: Dave Rolsky <[EMAIL PROTECTED]>
  -  Subject: Apache::test patch
  -
  -- From: Joshua Chamas <[EMAIL PROTECTED]>
  -  Subject: Apache::SizeLimit patches
  -
   - 1.25 Apache::ExtUtils fix broke elsewhere
   
  -- 1.25 change did not work for:
  -  From: Wenzhong Tang <[EMAIL PROTECTED]>
  -  Subject: RE: Prototype mismatch in Apache::PerlRun line 343
  -
   - warn() going to the wrong log?
   
  -- rid Apache->can_stack_handlers, make Apache->can('push_handlers') work
  +- From: Andy Wardley <[EMAIL PROTECTED]>
  +  Subject: Problems with SERVER_MERGE and DIR_MERGE
   
  -- 'make test' as root permissions problems
  +- $r->args parsing of one=&two=2
   
  -- USE_APXS=1 + DYNAMIC=1 do not work together
  +- From: Adi Fairbank <[EMAIL PROTECTED]>
  +  Subject: Re: two identical directives in <Perl> configuration
   
  -- support SSL_BASE=SYSTEM (i.e. test -d $SSL_BASE in Makefile.PL)
  +- segfaults with DBI->connect (mysql), reported that downgrade to
  +  1.21_03 cures
   
  -- re-enabled unsigned short-ness test for $s->port in t/net/perl/api.pl
  +- need to revisit send_http_header and r->status again, patch to
  +revert to old behavior from [Julian Gilbey <[EMAIL PROTECTED]>]
   
  -- From: Andy Wardley <[EMAIL PROTECTED]>
  -  Subject: Problems with SERVER_MERGE and DIR_MERGE
  +- revisit DSO restart leakage
   
  -- hooking up PL_check (-c) to ap_configtest_only
  +... core enhancements ...
  +
  +- PerlChildInitHandler should not be allowed inside <VirtualHost>
   
  +- rid Apache->can_stack_handlers, make Apache->can('push_handlers') work
  +
   - fileno(STD{IN,OUT}) should be r->connection->client->fd or
     fileno(std{in,out}), rather than hardcoded fileno(stdout)
   
  -- consider making PERL_USELARGEFILES=0 by default
  +- close STDERR;
   
  -- $r->args parsing of one=&two=2
  +- {get,set}_handlers troubles [Geoffrey Young <[EMAIL PROTECTED]>]
  +  see also: http://perl.apache.org/~dougm/set_handlers.pat
   
  -- From: JR Mayberry <[EMAIL PROTECTED]>
  -  Subject: Apache::Status problems?..CGI::Cookie, (dont want no CGI.pm) (?)
  +... modules ...
   
  -- From: Adi Fairbank <[EMAIL PROTECTED]>
  -  Subject: Re: two identical directives in <Perl> configuration
  +- 1.25 change did not work for:
  +  From: Wenzhong Tang <[EMAIL PROTECTED]>
  +  Subject: RE: Prototype mismatch in Apache::PerlRun line 343
   
  -- PerlChildInitHandler should not be allowed inside <VirtualHost>
  +- Apache::FakeRequest improvments [Gary Richardson <[EMAIL PROTECTED]>]
   
  -- close STDERR;
  +- Apache::StatINC patch [Ilya Konstantinov <[EMAIL PROTECTED]>]
   
  -- require +ExecCGI for <Perl> in .htaccess, etc.
  +- From: Dave Rolsky <[EMAIL PROTECTED]>
  +  Subject: Apache::test patch
   
  -- {get,set}_handlers troubles [Geoffrey Young <[EMAIL PROTECTED]>]
  -  see also: http://perl.apache.org/~dougm/set_handlers.pat
  +- From: Joshua Chamas <[EMAIL PROTECTED]>
  +  Subject: Apache::SizeLimit patches
   
  -- remove eg/ directory, it's way out of date and no longer needed now
  -  with the guide, the books, and piles of Apache::* modules
  +- IPC::Open3 no workie
   
  -- document Apache::Status Apache::Request preference over CGI.pm
  -  and make it more clear that Apache::Status should not be used in a
  -  production environment, as it adds quite a bit of bloat
  +- From: JR Mayberry <[EMAIL PROTECTED]>
  +  Subject: Apache::Status problems?..CGI::Cookie, (dont want no CGI.pm) (?)
   
  -- segfaults with DBI->connect (mysql), reported that downgrade to
  -  1.21_03 cures
  +... build items ...
   
  -- disable PERL_SSI unless mod_include is listed in httpd -l
  -  and Action unless mod_action, etc.
  +- xsubpp -nolinenumbers is not supported with 5.004
   
  -- docs: update CREDITS, cleanup install docs
  +- 'make test' as root permissions problems
   
  -- Apache::FakeRequest improvments [Gary Richardson <[EMAIL PROTECTED]>]
  +- USE_APXS=1 + DYNAMIC=1 do not work together
   
  -- Apache::StatINC patch [Ilya Konstantinov <[EMAIL PROTECTED]>]
  +- support SSL_BASE=SYSTEM (i.e. test -d $SSL_BASE in Makefile.PL)
   
  -- need to revisit send_http_header and r->status again, patch to
  -revert to old behavior from [Julian Gilbey <[EMAIL PROTECTED]>]
  +- disable PERL_SSI unless mod_include is listed in httpd -l
  +  and Action unless mod_action, etc.
   
  -- IPC::Open3 no workie
  +... docs ...
   
  -- xsubpp -nolinenumbers is not supported with 5.004
  +- remove eg/ directory, it's way out of date and no longer needed now
  +  with the guide, the books, and piles of Apache::* modules
   
  -- revisit DSO restart leakage
  +- document Apache::Status Apache::Request preference over CGI.pm
  +  and make it more clear that Apache::Status should not be used in a
  +  production environment, as it adds quite a bit of bloat
   
  +- docs: update CREDITS, cleanup install docs
  +
   ---------------------------------------------------------------------------
   POSSIBLE NEW FEATURES
   ---------------------------------------------------------------------------
  +
  +- require +ExecCGI for <Perl> in .htaccess, etc.
  +
  +- hooking up PL_check (-c) to ap_configtest_only
  +
  +- consider making PERL_USELARGEFILES=0 by default
   
   - add Filter::Call support to Apache::RegistryNG (or subclass of)
   
  
  
  

Reply via email to