rse         99/01/28 01:24:58

  Modified:    src      CHANGES
               src/include ap_compat.h
  Log:
  Add a compatibility define for escape_uri() -> ap_escape_uri() to ap_compat.h
  
  Submitted by: David White <[EMAIL PROTECTED]>
  Reviewed by: Ralf S. Engelschall
  PR: 3725
  
  Revision  Changes    Path
  1.1226    +3 -0      apache-1.3/src/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/CHANGES,v
  retrieving revision 1.1225
  retrieving revision 1.1226
  diff -u -r1.1225 -r1.1226
  --- CHANGES   1999/01/28 07:15:16     1.1225
  +++ CHANGES   1999/01/28 09:24:56     1.1226
  @@ -1,5 +1,8 @@
   Changes with Apache 1.3.5
   
  +  *) Add a compatibility define for escape_uri() -> ap_escape_uri() to
  +     ap_compat.h. [David White <[EMAIL PROTECTED]>] PR#3725
  +
     *) Make NDBM file suffix determination for mod_rewrite more accurate, i.e.
        use `.db' instead of `.pag' not only for FreeBSD, but also when
        the NDBM library looks like Berkeley-DB based.
  
  
  
  1.16      +1 -0      apache-1.3/src/include/ap_compat.h
  
  Index: ap_compat.h
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/include/ap_compat.h,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- ap_compat.h       1999/01/08 17:54:39     1.15
  +++ ap_compat.h       1999/01/28 09:24:58     1.16
  @@ -118,6 +118,7 @@
   #define escape_html                    ap_escape_html
   #define escape_path_segment            ap_escape_path_segment
   #define escape_shell_cmd               ap_escape_shell_cmd
  +#define escape_uri                     ap_escape_uri
   #define excess_requests_per_child      ap_excess_requests_per_child
   #define exists_scoreboard_image        ap_exists_scoreboard_image
   #define finalize_request_protocol      ap_finalize_request_protocol
  
  
  

Reply via email to