dougm       00/09/26 08:34:00

  Modified:    .        ToDo
  Log:
  reorg
  
  Revision  Changes    Path
  1.249     +80 -73    modperl/ToDo
  
  Index: ToDo
  ===================================================================
  RCS file: /home/cvs/modperl/ToDo,v
  retrieving revision 1.248
  retrieving revision 1.249
  diff -u -r1.248 -r1.249
  --- ToDo      2000/09/01 05:22:15     1.248
  +++ ToDo      2000/09/26 15:33:56     1.249
  @@ -3,73 +3,50 @@
                    (well, close to it anyhow)
   ---------------------------------------------------------------------------
   
  -- something like 2.0's Apache::BuildConfig for testing build options
  +- Apache::read() does not clear $_[1] before appending data, bug or feature?
  +  [Cyrus Rahman <[EMAIL PROTECTED]>]
   
  -- sort out hpux Config.pm issues when $Config{ld} eq 'ld' but
  -  $Config{ldflags} have -Wl arguments
  +- Apache::Constants::AUTOLOAD recursion [Jim Winstead <[EMAIL PROTECTED]>]
   
  -- update mod_ssl test config
  +- {get,set}_handlers troubles [Geoffrey Young <[EMAIL PROTECTED]>]
  +  see also: http://perl.apache.org/~dougm/set_handlers.pat
   
  -- replace Apache::StatINC with Apache::ModuleReload?
  +- remove eg/ directory, it's way out of date and no longer needed now
  +  with the guide, the books, and piles of Apache::* modules
   
  -- ken f's send_header patch
  +---------------------------------------------------------------------------
  +POSSIBLE NEW FEATURES
  +---------------------------------------------------------------------------
   
  -- ken w's Apache::test patch
  +- add srand stuff ?
   
  -- Makefile.PL options should be saved into a .pm installed file
  +- add Apache::Server::error_fname ?
   
   - allow $r->server->uid($new_uid) ?
     [Rob Giseburt <[EMAIL PROTECTED]>]
   
  -- Apache::read() does not clear $_[1] before appending data, bug or feature?
  -  [Cyrus Rahman <[EMAIL PROTECTED]>]
  -
  -- Apache::Constants::AUTOLOAD recursion [Jim Winstead <[EMAIL PROTECTED]>]
  +- new Apache::FakeRequest [Rafael Kitover <[EMAIL PROTECTED]>]
   
  -- CHECK blocks? [Michael J Schout <[EMAIL PROTECTED]>]
  -
  -- {get,set}_handlers troubles [Geoffrey Young <[EMAIL PROTECTED]>]
  +- something like 2.0's Apache::BuildConfig for testing build options
   
  -- remove eg/ directory, it's way out of date and no longer needed now
  -  with the guide, the books, and piles of Apache::* modules
  +- replace Apache::StatINC with Apache::ModuleReload?
   
  -- do something about FreshRestart+dso ? (vivek)
  +- ken w's Apache::PerlRun patch to change Apache class relationship
  +  from is-a to has-a
   
  -- PERL_STATIC_EXTS doesnt work with USE_APACI=1
  +- ken w's Apache::test patch
   
  -- solaris Perl Configure adds a space before -R in ccdlflags, see
  -  about removing that
  -  [Ken McNamara <[EMAIL PROTECTED]>]
  +- CHECK blocks? [Michael J Schout <[EMAIL PROTECTED]>]
   
   - see if possible to have the dso libperl.so be named something else,
     e.g. libmodperl.so 
     [Eugene B. Byrganov <[EMAIL PROTECTED]]
   
  -- ldopts() spits out ccdlflags when linker is ld
  -
  -- Makefile.PL should always push load_modules.pl for 'make test' 
  -
  -- recursion triggered by internal_redirect() called by a pushed handler
  -[Ashish Goyal <[EMAIL PROTECTED]>]
  -
  -- auth stuff segfaults if AuthType isn't set
  -[Matt Sergeant <[EMAIL PROTECTED]>]
  -
   - Support of <CR> <LF> in a EBCDIC environment
   [Ignasi Roca <[EMAIL PROTECTED]>]
   
   - rename PerlSendHeader?
   
  -- syswrite/WRITE
  -
  -- libapreq: Apache::Cookie format sync w/ CGI.pm
  -
  -- remove DIR_MAGIC_TYPE from mod_perl's handler table, if possible (Salvador)
  -
  -- should Apache::Registry use -M or (stat _)[9]?
  -
  -- Apache::Include->virtual should return run() value, not status()
  -
   - think about making 'use Apache::Log ()' automatic
   
   - coderef to $r->custom_response
  @@ -81,16 +58,67 @@
   NOTE: im worried this could break apps who need to know content-length 
   after data has been read
   
  +- syswrite/WRITE
  +
   ---------------------------------------------------------------------------
  -KNOWN BUGS
  +CONFIG STUFF
   ---------------------------------------------------------------------------
   
  -- Gerald's report of Embperl/sub-request/print breakage
  +- do something about FreshRestart+dso ? (vivek)
   
  +- sort out hpux Config.pm issues when $Config{ld} eq 'ld' but
  +  $Config{ldflags} have -Wl arguments
  +
  +- update mod_ssl test config
  +
  +- PERL_STATIC_EXTS doesnt work with USE_APACI=1
  +
  +- solaris Perl Configure adds a space before -R in ccdlflags, see
  +  about removing that
  +  [Ken McNamara <[EMAIL PROTECTED]>]
  +
  +- ldopts() spits out ccdlflags when linker is ld
  +
  +- Makefile.PL should always push load_modules.pl for 'make test' 
  +
   - need turn of strip of httpd during 'make install' ?
  +
  +- linkage problem w/ mod_auth_dbm (-ldbm)
  + Config.pm New: libs='-lsocket -lnsl -ldl -lm -lc -lcrypt -ldb'
  + Was:           libs='-lsocket -lnsl -ldb -ldl -lm -lc -lcrypt'
  + SunOS mailhost.cmc.net 5.5 Generic_103093-17 sun4m sparc sun4m
  +             brian moore <[EMAIL PROTECTED]>
  +
  +- ExtUtils::Embed/ExtUtils::Liblist clash sometime w/
  +  PERL_STATIC_EXTS, like so: 
  + Unrecognized argument in LIBS ignored:
  + '/opt/oracle/product/7.3.3/lib/libclient.a' 
  +
  + Note (probably harmless): No library found for -l:libcma.sl
  +
  + -Wl,-E -Wl,-B,deferred -L/usr/local/lib
  + /home/web/perl5/lib/site_perl/portable/auto/DBD/Oracle/Oracle.a 
  + /home/  etc etc ...
  +           mark rostron <[EMAIL PROTECTED]>
  +           Brian Slesinsky <[EMAIL PROTECTED]>
  +
  +- From: brian moore <[EMAIL PROTECTED]>
  +  As Apacheweek reported a couple weeks ago, 'some' modules on Solaris have
  +  problems with the mutex locking method used by 1.3b5.  One of which is
  +  mod_perl.  To make it work I had to -DUSE_FCNTL_SERIALIZED_ACCEPT or
  +  the server would never answer a request.
  +
  +---------------------------------------------------------------------------
  +MISC BUGS
  +---------------------------------------------------------------------------
  +
  +- recursion triggered by internal_redirect() called by a pushed handler
  +[Ashish Goyal <[EMAIL PROTECTED]>]
  +
  +- auth stuff segfaults if AuthType isn't set
  +[Matt Sergeant <[EMAIL PROTECTED]>]
   
  -- SSIs executed using /bin/sh, not suexec as configured?
  -  Theo Van Dinter <[EMAIL PROTECTED]>
  +- Gerald's report of Embperl/sub-request/print breakage
   
   - /perl/perl-status?sig dumps core under hpux 10.20
      [[EMAIL PROTECTED]]
  @@ -120,38 +148,11 @@
    call seems to be restarted. It never exit the eval.  So this is no big 
    deal, I just replace the blocking flock() with a poll.
   
  -- find a way to prevent "httpd spinning" (bug in Perl, not mod_perl)
  -
  -- linkage problem w/ mod_auth_dbm (-ldbm)
  - Config.pm New: libs='-lsocket -lnsl -ldl -lm -lc -lcrypt -ldb'
  - Was:           libs='-lsocket -lnsl -ldb -ldl -lm -lc -lcrypt'
  - SunOS mailhost.cmc.net 5.5 Generic_103093-17 sun4m sparc sun4m
  -             brian moore <[EMAIL PROTECTED]>
  -
   - perl_config should not av_shift ARRAY refs from
     %Apache::ReadConfig::
   
   - die and AUTOLOADed DESTROY == empty $@ (Perl or mod_perl bug?)
   
  -- ExtUtils::Embed/ExtUtils::Liblist clash sometime w/
  -  PERL_STATIC_EXTS, like so: 
  - Unrecognized argument in LIBS ignored:
  - '/opt/oracle/product/7.3.3/lib/libclient.a' 
  -
  - Note (probably harmless): No library found for -l:libcma.sl
  -
  - -Wl,-E -Wl,-B,deferred -L/usr/local/lib
  - /home/web/perl5/lib/site_perl/portable/auto/DBD/Oracle/Oracle.a 
  - /home/  etc etc ...
  -           mark rostron <[EMAIL PROTECTED]>
  -           Brian Slesinsky <[EMAIL PROTECTED]>
  -
  -- From: brian moore <[EMAIL PROTECTED]>
  -  As Apacheweek reported a couple weeks ago, 'some' modules on Solaris have
  -  problems with the mutex locking method used by 1.3b5.  One of which is
  -  mod_perl.  To make it work I had to -DUSE_FCNTL_SERIALIZED_ACCEPT or
  -  the server would never answer a request.
  -
   ---------------------------------------------------------------------------
   KNOWN MODULE BUGS
   ---------------------------------------------------------------------------
  @@ -162,3 +163,9 @@
     being reported with negative age with -M test under Apache::Registry. 
     The workaround is to add $^T = time; at the beginning of the scripts. But
     it would be much better if the Apache::Registry will do that 
  +
  +- Apache::Include->virtual should return run() value, not status()
  +
  +- should Apache::Registry use -M or (stat _)[9]?
  +
  +- libapreq: Apache::Cookie format sync w/ CGI.pm
  
  
  

Reply via email to