stas 2004/07/12 16:16:22
Modified: . Changes xs/maps apache_structures.map Log: make $s->path read/write again Revision Changes Path 1.409 +4 -4 modperl-2.0/Changes Index: Changes =================================================================== RCS file: /home/cvs/modperl-2.0/Changes,v retrieving revision 1.408 retrieving revision 1.409 diff -u -u -r1.408 -r1.409 --- Changes 12 Jul 2004 07:32:07 -0000 1.408 +++ Changes 12 Jul 2004 23:16:21 -0000 1.409 @@ -19,8 +19,8 @@ Apache::ServerRec accessors changes: [Stas] - readonly accessors: - process, next, is_virtual, module_config, lookup_defaults, addrs - and path + process, next, is_virtual, module_config, lookup_defaults and + addrs - readwrite accessors with the exception of threaded mpms, where the accessors are writable only before the child_init phase (i.e. before @@ -28,8 +28,8 @@ server_admin, server_hostname, port, error_fname, error_log, loglevel, timeout, keep_alive_timeout, keep_alive_max, keep_alive, - names, wild_names, limit_req_line, limit_req_fieldsize and - limit_req_fields + names, wild_names, limit_req_line, limit_req_fieldsize, + limit_req_fields, and path supports a new type of struct accessor, which is just like read/write one, but doesn't allow write access starting at the ChildInit phase 1.29 +1 -1 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.28 retrieving revision 1.29 diff -u -u -r1.28 -r1.29 --- apache_structures.map 10 Jul 2004 00:37:06 -0000 1.28 +++ apache_structures.map 12 Jul 2004 23:16:22 -0000 1.29 @@ -90,7 +90,7 @@ $ keep_alive_timeout $ keep_alive_max $ keep_alive -< path +$ path - pathlen $ names $ wild_names