dougm       02/05/19 16:59:52

  Modified:    xs/maps  apache_functions.map apr_functions.map
  Log:
  misc api mapping changes:
  - swap internal_fast_redirect, ap_die args
  - alias sub_req_lookup_dirent to lookup_dirent, reorder/default args
  - disable ap_run_child_init, apr_gethostname, apr_base64_decode_len
  
  Revision  Changes    Path
  1.52      +4 -4      modperl-2.0/xs/maps/apache_functions.map
  
  Index: apache_functions.map
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/xs/maps/apache_functions.map,v
  retrieving revision 1.51
  retrieving revision 1.52
  diff -u -r1.51 -r1.52
  --- apache_functions.map      19 May 2002 20:11:55 -0000      1.51
  +++ apache_functions.map      19 May 2002 23:59:52 -0000      1.52
  @@ -81,8 +81,8 @@
   -ap_finalize_sub_req_protocol
    ap_internal_redirect         | | r, new_uri
    ap_internal_redirect_handler | | r, new_uri
  - ap_internal_fast_redirect
  - ap_sub_req_lookup_dirent
  + ap_internal_fast_redirect    | | r, sub_req
  + ap_sub_req_lookup_dirent     | | r, finfo, subtype=AP_SUBREQ_NO_ARGS, 
next_filter=NULL | lookup_dirent
   
   subrequest_rec *:ap_sub_req_lookup_file | | \
    r, new_file, next_filter=r->output_filters->next | lookup_file
  @@ -436,7 +436,7 @@
   >ap_run_open_logs
   >ap_run_post_config
   >ap_run_insert_filter
  - ap_run_child_init
  +>ap_run_child_init
   ?ap_run_default_port
   ?ap_run_http_method
   >ap_run_create_connection
  @@ -460,7 +460,7 @@
   >ap_run_pre_mpm
   !ap_run_quick_handler
    ap_invoke_handler
  - ap_die
  + ap_die | | r, type
   
   !MODULE=Apache::MD5
    ap_md5
  
  
  
  1.40      +2 -2      modperl-2.0/xs/maps/apr_functions.map
  
  Index: apr_functions.map
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/xs/maps/apr_functions.map,v
  retrieving revision 1.39
  retrieving revision 1.40
  diff -u -r1.39 -r1.40
  --- apr_functions.map 19 May 2002 01:05:30 -0000      1.39
  +++ apr_functions.map 19 May 2002 23:59:52 -0000      1.40
  @@ -489,7 +489,7 @@
    apr_current_userid
   
   MODULE=APR::NetLib
  - apr_gethostname
  +-apr_gethostname
    apr_getnameinfo
   -apr_getservbyname
    apr_parse_addr_port
  @@ -551,7 +551,7 @@
    apr_base64_decode | MPXS_ | coded_src
    apr_base64_encode | MPXS_ | plain_src
    apr_base64_encode_len
  - apr_base64_decode_len
  +-apr_base64_decode_len
   -apr_base64_encode_binary
   -apr_base64_decode_binary
   
  
  
  


Reply via email to