gozer 2004/08/17 15:51:24
Modified: . Changes
xs/maps apache_functions.map apache_structures.map
Log:
Apache::Module changes
- readwrite => readonly:
cmds, next, name, module_index, minor_version, version
- removed: remove_loaded_module, remove_module
Reviewed by: stas
Revision Changes Path
1.450 +5 -0 modperl-2.0/Changes
Index: Changes
===================================================================
RCS file: /home/cvs/modperl-2.0/Changes,v
retrieving revision 1.449
retrieving revision 1.450
diff -u -r1.449 -r1.450
--- Changes 15 Aug 2004 22:47:14 -0000 1.449
+++ Changes 17 Aug 2004 22:51:24 -0000 1.450
@@ -12,6 +12,11 @@
=item 1.99_15-dev
+Apache::Module changes [Gozer]
+- readwrite => readonly:
+ cmds, next, name, module_index, minor_version, version
+- removed: remove_loaded_module, remove_module
+
ensure that a sub-dir Apache-Test exists in the source distro (this is
a requirement, since the test suite relies on the particular
Apache-Test version distributed with the mod_perl source) [Stas]
1.96 +2 -2 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.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- apache_functions.map 14 Aug 2004 05:10:12 -0000 1.95
+++ apache_functions.map 17 Aug 2004 22:51:24 -0000 1.96
@@ -204,8 +204,8 @@
-ap_add_named_module
ap_find_linked_module
-ap_find_module_name
- ap_remove_loaded_module
- ap_remove_module
+-ap_remove_loaded_module
+-ap_remove_module
>ap_single_module_configure
>ap_setup_prelinked_modules
>ap_show_directives
1.44 +6 -6 modperl-2.0/xs/maps/apache_structures.map
Index: apache_structures.map
===================================================================
RCS file: /home/cvs/modperl-2.0/xs/maps/apache_structures.map,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- apache_structures.map 13 Aug 2004 04:42:37 -0000 1.43
+++ apache_structures.map 17 Aug 2004 22:51:24 -0000 1.44
@@ -131,19 +131,19 @@
</server_addr_rec>
<module>
- version
- minor_version
- module_index
- name
+< version
+< minor_version
+< module_index
+< name
! dynamic_load_handle
- next
+< next
> magic
- rewrite_args
> create_dir_config
> merge_dir_config
> create_server_config
> merge_server_config
- cmds
+< cmds
> register_hooks
</module>