cvs commit: modperl-2.0/src/modules/perl mod_perl.c

2001-12-11 Thread dougm

dougm   01/12/11 15:20:34

  Modified:src/modules/perl mod_perl.c
  Log:
  suspend END blocks to be run at server shutdown
  
  Revision  ChangesPath
  1.99  +7 -0  modperl-2.0/src/modules/perl/mod_perl.c
  
  Index: mod_perl.c
  ===
  RCS file: /home/cvs/modperl-2.0/src/modules/perl/mod_perl.c,v
  retrieving revision 1.98
  retrieving revision 1.99
  diff -u -r1.98 -r1.99
  --- mod_perl.c2001/12/04 22:43:07 1.98
  +++ mod_perl.c2001/12/11 23:20:34 1.99
  @@ -75,6 +75,7 @@
   
   PerlInterpreter *modperl_startup(server_rec *s, apr_pool_t *p)
   {
  +AV *endav;
   dTHXa(NULL);
   MP_dSCFG(s);
   PerlInterpreter *perl;
  @@ -116,7 +117,13 @@
   exit(1);
   }
   
  +/* suspend END blocks to be run at server shutdown */
  +endav = PL_endav;
  +PL_endav = Nullav;
  +
   perl_run(perl);
  +
  +PL_endav = endav;
   
   MP_TRACE_i(MP_FUNC, constructed interpreter=0x%lx\n,
  (unsigned long)perl);
  
  
  



cvs commit: modperl-site index.html

2001-12-11 Thread stas

stas01/12/11 21:15:04

  Modified:.index.html
  Log:
  - add a ref to OpenFrame
  
  Revision  ChangesPath
  1.96  +15 -0 modperl-site/index.html
  
  Index: index.html
  ===
  RCS file: /home/cvs/modperl-site/index.html,v
  retrieving revision 1.95
  retrieving revision 1.96
  diff -u -r1.95 -r1.96
  --- index.html2001/12/06 17:01:44 1.95
  +++ index.html2001/12/12 05:15:04 1.96
  @@ -1222,6 +1222,21 @@
   
li 
   
  +  a
  +  href=http://openframe.fotango.com/;OpenFrame/a
  +  is an open source application framework for
  +  distributed media applications. What all this
  +  buzzword-compliant mumbo-jumbo really means is that
  +  with OpenFrame you can write a single application
  +  for multiple downstream clients (ie, Web, WAP, iDTV,
  +  Email) and not have to worry about much except the
  +  presentation.
  +
  +
  +/li
  +
  + li 
  +
 a href=http://template-toolkit.org/;The Template
 Toolkit/a is a fast, powerful and easily
 extensible template processing system written in