richter     2002/06/13 10:40:38

  Modified:    .        Tag: Embperl2c README.v2 mod_embperl.c
               driver   Tag: Embperl2c eplibxslt.c
               test/conf Tag: Embperl2c httpd.conf.src
  Log:
  docs
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.4.31  +2 -4      embperl/Attic/README.v2
  
  Index: README.v2
  ===================================================================
  RCS file: /home/cvs/embperl/Attic/README.v2,v
  retrieving revision 1.1.4.30
  retrieving revision 1.1.4.31
  diff -u -r1.1.4.30 -r1.1.4.31
  --- README.v2 28 May 2002 06:59:51 -0000      1.1.4.30
  +++ README.v2 13 Jun 2002 17:40:38 -0000      1.1.4.31
  @@ -300,7 +300,7 @@
   
   You can also specify multiple syntaxes e.g.
   
  -    PerlSetEnv EMBPERL_SYNTAX "Embperl SSI"
  +    EMBPERL_SYNTAX "Embperl SSI"
   
       Execute ({inputfile => '*', syntax => 'Embperl ASP'}) ;
   
  @@ -456,7 +456,6 @@
   
      allow
      urimatch
  -   decline
      mult_field_sep
      path
      debug
  @@ -525,7 +524,6 @@
      escmode
      input_escmode
      input_charset
  -   ep1compat
      cache_key
      cache_key_options
      expires_func
  
  
  
  1.1.2.2   +5 -2      embperl/Attic/mod_embperl.c
  
  Index: mod_embperl.c
  ===================================================================
  RCS file: /home/cvs/embperl/Attic/mod_embperl.c,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- mod_embperl.c     27 May 2002 17:53:13 -0000      1.1.2.1
  +++ mod_embperl.c     13 Jun 2002 17:40:38 -0000      1.1.2.2
  @@ -899,7 +899,10 @@
       tApp * a = pApp ;
       epaTHX_
       char * p ;
  -    struct addcookie s = { a, pParam} ;
  +    struct addcookie s ;
  +    s.pApp = a ;
  +    s.pParam = pParam ;
  +
   
       pParam -> sFilename    = r -> filename ;
       pParam -> sUnparsedUri = r -> unparsed_uri ;
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.18  +2 -2      embperl/driver/Attic/eplibxslt.c
  
  Index: eplibxslt.c
  ===================================================================
  RCS file: /home/cvs/embperl/driver/Attic/eplibxslt.c,v
  retrieving revision 1.1.2.17
  retrieving revision 1.1.2.18
  diff -u -r1.1.2.17 -r1.1.2.18
  --- eplibxslt.c       25 Feb 2002 11:20:28 -0000      1.1.2.17
  +++ eplibxslt.c       13 Jun 2002 17:40:38 -0000      1.1.2.18
  @@ -140,7 +140,7 @@
       xmlLoadExtDtdDefaultValue = 1;
       xmlSetGenericErrorFunc (stderr, NULL) ;
       
  -    cur = xsltParseStylesheetFile(sStylesheet);
  +    cur = xsltParseStylesheetFile((const xmlChar *)sStylesheet);
       p   = SvPV (pSource, len) ;
       doc = xmlParseMemory(p, len);
       res = xsltApplyStylesheet(cur, doc, pParamArray);
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.24.4.65 +1 -0      embperl/test/conf/httpd.conf.src
  
  Index: httpd.conf.src
  ===================================================================
  RCS file: /home/cvs/embperl/test/conf/httpd.conf.src,v
  retrieving revision 1.24.4.64
  retrieving revision 1.24.4.65
  diff -u -r1.24.4.64 -r1.24.4.65
  --- httpd.conf.src    5 Jun 2002 09:23:19 -0000       1.24.4.64
  +++ httpd.conf.src    13 Jun 2002 17:40:38 -0000      1.24.4.65
  @@ -33,6 +33,7 @@
   
   print OFH "$EPMODPERL\n" ;
   print OFH "LoadModule embperl_module 
\"$EPPATH/blib/arch/auto/Embperl/Embperl.so\"\n" if ($MP2) ;
  +##print OFH "LoadModule info_module 
\"/usr/src/packages/apache_1.3.24_mp561_so/src/modules/standard/mod_info.so\"\n"  ;
   
   #print OFH "PerlPassEnv PATH\n" if ($MP2) ;
   #print OFH "PerlPassEnv PERL5LIB\n" if ($MP2) ;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to