stas 2003/08/19 00:28:38
Modified: src/docs/2.0/user/config config.pod
Log:
'c' and 'o' trace flags were added => adjust the numeric values.
Revision Changes Path
1.42 +13 -8 modperl-docs/src/docs/2.0/user/config/config.pod
Index: config.pod
===================================================================
RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/config/config.pod,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- config.pod 8 Aug 2003 21:01:32 -0000 1.41
+++ config.pod 19 Aug 2003 07:28:38 -0000 1.42
@@ -928,14 +928,19 @@
a combination of one or more option letters (or option numerical
equivalents) from the following list:
- d ( 1) directive processing
- f ( 2) filters
- g ( 4) Perl runtime interaction
- h ( 8) handlers
- i ( 16) interpreter pool management
- m ( 32) memory allocations
- s ( 64) perl sections
- t (128) benchmark-ish timings
+ c ( 1) configuration for directive handlers
+ d ( 2) directive processing
+ f ( 4) filters
+ g ( 8) Perl runtime interaction
+ h ( 16) handlers
+ i ( 32) interpreter pool management
+ m ( 64) memory allocations
+ o (128) I/O
+ s (256) Perl sections
+ t (512) benchmark-ish timings
+
+META: should probably not rely on the numeric values as they may
+change in the future. perhaps we should remove them competely.
When C<PerlTrace> is not specified, the tracing level will be set to
the value of the C<$ENV{MOD_PERL_TRACE}> environment variable.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]