1###############################################################################
2# $Id$
3###############################################################################
4# $Log: php.conf,v $
5# Revision 1.1  2006/11/12 18:28:31  bjorn
6# New php service, by Jeremias Reith.
7#
8###############################################################################
9#
10# You can put comments anywhere you want to.  They are effective for the
11# rest of the line.
12
13# this is in the format of <name> = <value>.  Whitespace at the beginning
14# and end of the lines is removed.  Whitespace before and after the = sign
15# is removed.  Everything is case *insensitive*.
16
17# Yes = True  = On  = 1
18# No  = False = Off = 0
19
20Title = php-messages
21
22# Which logfile group...
23LogFile = php
24
25# PHP notices should be fixed
26Detail = High
27
28# vi: shiftwidth=3 tabstop=3 et
29