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/07/28 16:55:44 UTC

cvs commit: modperl-2.0 STATUS

stas        2003/07/28 07:55:44

  Modified:    .        STATUS
  Log:
  log the issue with APR::Table's dependency on modperl internal function
  
  Revision  Changes    Path
  1.55      +7 -1      modperl-2.0/STATUS
  
  Index: STATUS
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/STATUS,v
  retrieving revision 1.54
  retrieving revision 1.55
  diff -u -r1.54 -r1.55
  --- STATUS	26 May 2003 04:29:53 -0000	1.54
  +++ STATUS	28 Jul 2003 14:55:44 -0000	1.55
  @@ -270,6 +270,12 @@
   
   ----
   
  +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.
   
   Documentation:
   --------------