dougm       02/05/25 10:16:57

  Modified:    todo     api.txt
  Log:
  remove 2 items that have been taken care of
  
  Revision  Changes    Path
  1.22      +0 -7      modperl-2.0/todo/api.txt
  
  Index: api.txt
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/todo/api.txt,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- api.txt   24 May 2002 17:59:13 -0000      1.21
  +++ api.txt   25 May 2002 17:16:57 -0000      1.22
  @@ -10,9 +10,6 @@
   need apr_finfo_t <-> struct stat conversion (might already be there,
   haven't looked close enough yet)
   
  -$r->subprocess_env:
  -in void context should populate %ENV as 1.x does
  -
   $r->chdir_file:
   not safe for threaded environments.  should at least unshift @INC with
   dirname $r->filename.  consider overriding open() to resolve relative
  @@ -59,10 +56,6 @@
   and calls ap_send_fd() underneath. ap_send_fd() in APR doesn't work 
   with fd's which aren't files and of unknown length, therefore it cannot 
   be used for implementing 1.x compatible send_fd.
  -
  -$r->{hard,reset,soft,kill}_timeout:
  -do not exist in 2.0.  should be deprecated.  consider adding noops in
  -Apache::compat
   
   $r->auth_{name,type}:
    are not yet writable.  will also require locking.
  
  
  


Reply via email to