You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@perl.apache.org by po...@prf.com on 2005/05/23 20:20:23 UTC

Autoreply: svn commit: r177994 - in /perl/modperl/trunk: Changes lib/Apache2/ParseSource.pm xs/tables/current/Apache2/ConstantsTable.pm

Your message reads:

Received: from mail.apache.org (unverified [209.237.227.199]) by mail.hotspace.com.au
 (Rockliffe SMTPRA 4.5.6) with SMTP id <B0...@mail.hotspace.com.au> for <eu...@prf.com>;
 Tue, 24 May 2005 04:20:23 +1000
Received: (qmail 42955 invoked by uid 500); 23 May 2005 18:22:45 -0000
Mailing-List: contact modperl-cvs-help@perl.apache.org; run by ezmlm
Precedence: bulk
list-help: <ma...@perl.apache.org>
list-unsubscribe: <ma...@perl.apache.org>
List-Post: <ma...@perl.apache.org>
Reply-To: dev@perl.apache.org
List-Id: <modperl-cvs.perl.apache.org>
Delivered-To: mailing list modperl-cvs@perl.apache.org
Received: (qmail 42913 invoked by uid 99); 23 May 2005 18:22:44 -0000
X-ASF-Spam-Status: No, hits=-9.8 required=10.0
	tests=ALL_TRUSTED,NO_REAL_NAME
X-Spam-Check-By: apache.org
Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194)
  by apache.org (qpsmtpd/0.28) with SMTP; Mon, 23 May 2005 11:22:44 -0700
Received: (qmail 73169 invoked by uid 65534); 23 May 2005 18:22:39 -0000
Message-ID: <20...@minotaur.apache.org>
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Subject: svn commit: r177994 - in /perl/modperl/trunk: Changes
 lib/Apache2/ParseSource.pm xs/tables/current/Apache2/ConstantsTable.pm
Date: Mon, 23 May 2005 18:22:38 -0000
To: modperl-cvs@perl.apache.org
From: stas@apache.org
X-Mailer: svnmailer-1.0.0-dev
X-Virus-Checked: Checked

Author: stas
Date: Mon May 23 11:22:36 2005
New Revision: 177994

URL: http://svn.apache.org/viewcvs?rev=3D177994&view=3Drev
Log:
Expose Apache2::Const::EXEC_ON_READ (added to the :override group)

Modified:
    perl/modperl/trunk/Changes
    perl/modperl/trunk/lib/Apache2/ParseSource.pm
    perl/modperl/trunk/xs/tables/current/Apache2/ConstantsTable.pm

Modified: perl/modperl/trunk/Changes
URL: http://svn.apache.org/viewcvs/perl/modperl/trunk/Changes?rev=3D177994&=
r1=3D177993&r2=3D177994&view=3Ddiff
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- perl/modperl/trunk/Changes (original)
+++ perl/modperl/trunk/Changes Mon May 23 11:22:36 2005
@@ -12,6 +12,9 @@
=20
 =3Ditem 2.0.1-dev
=20
+Expose Apache2::Const::EXEC_ON_READ (added to the :override group)
+[Stas]
+
 Fix a bug in custom directive implementation, where the code called
 from modperl_module_config_merge() was setting the global context
 after selecting the new interpreter which was leading to a segfault in

Modified: perl/modperl/trunk/lib/Apache2/ParseSource.pm
URL: http://svn.apache.org/viewcvs/perl/modperl/trunk/lib/Apache2/ParseSour=
ce.pm?rev=3D177994&r1=3D177993&r2=3D177994&view=3Ddiff
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- perl/modperl/trunk/lib/Apache2/ParseSource.pm (original)
+++ perl/modperl/trunk/lib/Apache2/ParseSource.pm Mon May 23 11:22:36 2005
@@ -236,7 +236,7 @@
         methods    =3D> [qw{M_ METHODS}],
         mpmq       =3D> [qw{AP_MPMQ_}],
         options    =3D> [qw{OPT_}],
-        override   =3D> [qw{OR_ ACCESS_CONF RSRC_CONF}],
+        override   =3D> [qw{OR_ EXEC_ON_READ ACCESS_CONF RSRC_CONF}],
         platform   =3D> [qw{CRLF CR LF}],
         remotehost =3D> [qw{REMOTE_}],
         satisfy    =3D> [qw{SATISFY_}],

Modified: perl/modperl/trunk/xs/tables/current/Apache2/ConstantsTable.pm
URL: http://svn.apache.org/viewcvs/perl/modperl/trunk/xs/tables/current/Apa=
che2/ConstantsTable.pm?rev=3D177994&r1=3D177993&r2=3D177994&view=3Ddiff
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- perl/modperl/trunk/xs/tables/current/Apache2/ConstantsTable.pm (origina=
l)
+++ perl/modperl/trunk/xs/tables/current/Apache2/ConstantsTable.pm Mon May =
23 11:22:36 2005
@@ -1,8 +1,8 @@
 package Apache2::ConstantsTable;
=20
 # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-# ! WARNING: generated by Apache::ParseSource/0.02
-# !          Fri Dec 10 13:39:12 2004
+# ! WARNING: generated by Apache2::ParseSource/0.02
+# !          Mon May 23 14:15:32 2005
 # !          do NOT edit, any changes will be lost !
 # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
=20
@@ -42,6 +42,7 @@
       'OR_UNSET',
       'ACCESS_CONF',
       'RSRC_CONF',
+      'EXEC_ON_READ',
       'OR_ALL'
     ],
     'options' =3D> [




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org