stas 2004/08/17 22:55:26
Modified: xs/maps apache_functions.map
. Changes
Log:
Disable Apache::HookRun::run_create_request -- it's already run by
Apache::RequestRec->new
Revision Changes Path
1.97 +1 -1 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.96
retrieving revision 1.97
diff -u -u -r1.96 -r1.97
--- apache_functions.map 17 Aug 2004 22:51:24 -0000 1.96
+++ apache_functions.map 18 Aug 2004 05:55:26 -0000 1.97
@@ -464,7 +464,7 @@
ap_run_handler
ap_run_log_transaction
>ap_run_rewrite_args
- ap_run_create_request
+?ap_run_create_request
>ap_run_error_log
>ap_run_get_mgmt_items
ap_run_map_to_storage
1.453 +3 -0 modperl-2.0/Changes
Index: Changes
===================================================================
RCS file: /home/cvs/modperl-2.0/Changes,v
retrieving revision 1.452
retrieving revision 1.453
diff -u -u -r1.452 -r1.453
--- Changes 18 Aug 2004 05:46:10 -0000 1.452
+++ Changes 18 Aug 2004 05:55:26 -0000 1.453
@@ -12,6 +12,9 @@
=item 1.99_15-dev
+Disable Apache::HookRun::run_create_request -- it's already run
+internally by Apache::RequestRec->new [Stas]
+
Update Apache::RequestRec->new() to initialize members of request_rec
which were added some time ago (without it we were getting segfaults
in the new pseudo_http test. [Stas]