stas        2003/08/27 18:54:14

  Modified:    .        STATUS
  Log:
  "APR as external Perl glue" issues
  
  Revision  Changes    Path
  1.61      +19 -4     modperl-2.0/STATUS
  
  Index: STATUS
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/STATUS,v
  retrieving revision 1.60
  retrieving revision 1.61
  diff -u -u -r1.60 -r1.61
  --- STATUS    22 Aug 2003 23:16:41 -0000      1.60
  +++ STATUS    28 Aug 2003 01:54:13 -0000      1.61
  @@ -301,9 +301,24 @@
   APR as external Perl glue
   -------------------------
   
  -APR::Table now depends on modperl_hash_tie, so it can't be used
  -outside mod_perl. should probably abstract this function into a new
  -utils.c object that can be linked by APR.so.
  +- APR::Table now depends on modperl_hash_tie, so it can't be used
  +  outside mod_perl. should probably abstract this function into a new
  +  utils.c object that can be linked by APR.so.
  +
  +  Status: see the next item
  +
  +- APR::PerlIO needs an equivalent of modperl_perl_gensym
  +
  +  Status: we need to abstract those function into a separate object,
  +  which can be linked by APR.so. However I think we should probably
  +  provide a static build and after that see how to do the linking
  +  right. Otherwise we may have collisions with statically linked
  +  symbols and the dynamic ones.
  +
  +  APR::Pool relies on interpreter management functions and therefore
  +  can't be used outside mod_perl.
  +
  +  Status: 
   
   Documentation:
   --------------
  
  
  

Reply via email to