From modperl-cvs-return-4582-apmail-perl-modperl-cvs-archive=perl.apache.org@perl.apache.org Mon Jul 12 23:16:34 2004 Return-Path: Delivered-To: apmail-perl-modperl-cvs-archive@www.apache.org Received: (qmail 29497 invoked from network); 12 Jul 2004 23:16:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 12 Jul 2004 23:16:34 -0000 Received: (qmail 28209 invoked by uid 500); 12 Jul 2004 23:16:28 -0000 Delivered-To: apmail-perl-modperl-cvs-archive@perl.apache.org Received: (qmail 28158 invoked by uid 500); 12 Jul 2004 23:16:28 -0000 Mailing-List: contact modperl-cvs-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@perl.apache.org Delivered-To: mailing list modperl-cvs@perl.apache.org Received: (qmail 28099 invoked by uid 500); 12 Jul 2004 23:16:27 -0000 Delivered-To: apmail-modperl-2.0-cvs@apache.org X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Date: 12 Jul 2004 23:16:22 -0000 Message-ID: <20040712231622.29393.qmail@minotaur.apache.org> From: stas@apache.org To: modperl-2.0-cvs@apache.org Subject: cvs commit: modperl-2.0/xs/maps apache_structures.map X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N 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