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 ch...@locus.apache.org on 2000/02/20 15:59:50 UTC

cvs commit: modperl/Apache Apache.pm

cholet      00/02/20 06:59:50

  Modified:    .        Changes
               Apache   Apache.pm
  Log:
  Document $r->request_time
  
  Revision  Changes    Path
  1.373     +2 -0      modperl/Changes
  
  Index: Changes
  ===================================================================
  RCS file: /home/cvs/modperl/Changes,v
  retrieving revision 1.372
  retrieving revision 1.373
  diff -u -r1.372 -r1.373
  --- Changes	2000/02/11 08:07:53	1.372
  +++ Changes	2000/02/20 14:59:49	1.373
  @@ -10,6 +10,8 @@
   
   =item 1.21_01-dev
   
  +$r->request_time is now documented [Jeffrey W. Baker <jw...@acm.org>]
  +
   Look for the makepl_args.mod_perl file as .makepl_args.mod_perl in
   ./ and ../ too since the book says it works so. [Ask Bjoern Hansen
   <as...@valueclick.com>]
  
  
  
  1.40      +5 -0      modperl/Apache/Apache.pm
  
  Index: Apache.pm
  ===================================================================
  RCS file: /home/cvs/modperl/Apache/Apache.pm,v
  retrieving revision 1.39
  retrieving revision 1.40
  diff -u -r1.39 -r1.40
  --- Apache.pm	2000/01/28 19:34:09	1.39
  +++ Apache.pm	2000/02/20 14:59:50	1.40
  @@ -356,6 +356,11 @@
   that the client speaks.  Typical values will be "HTTP/1.0" or
   "HTTP/1.1".
   
  +=item $r->request_time
  +
  +Returns the time that the request was made.  The time is the local unix
  +time in seconds since the epoch.
  +
   =item $r->uri( [$uri] )
   
   The $r->uri method will return the requested URI minus optional query