summaryrefslogtreecommitdiff
path: root/php.ini-dist
diff options
context:
space:
mode:
authorJohn Coggeshall <john@php.net>2003-12-18 02:06:00 +0000
committerJohn Coggeshall <john@php.net>2003-12-18 02:06:00 +0000
commit6abf31f09c84ffe74fe89544f832741da6b718f6 (patch)
tree05a20615d65d693061b16f17db93f14068be7082 /php.ini-dist
parent893fa6c1372ec01d35f36ad179ef9f9e3f3321be (diff)
downloadphp-git-6abf31f09c84ffe74fe89544f832741da6b718f6.tar.gz
Adding the tidy.default_config and tidy.clean_output options to the .ini
files
Diffstat (limited to 'php.ini-dist')
-rw-r--r--php.ini-dist9
1 files changed, 9 insertions, 0 deletions
diff --git a/php.ini-dist b/php.ini-dist
index abf77c72ec..c6ef7da96d 100644
--- a/php.ini-dist
+++ b/php.ini-dist
@@ -578,6 +578,15 @@ default_socket_timeout = 60
; Module Settings ;
;;;;;;;;;;;;;;;;;;;
+[Tidy]
+; The path to a default tidy configuration file to use when using tidy
+;tidy.default_config = /usr/local/lib/php/default.tcfg
+
+; Should tidy clean and repair output automatically?
+; WARNING: Do not use this option if you are generating non-html content
+; such as dynamic images
+tidy.clean_output = Off
+
[Syslog]
; Whether or not to define the various syslog variables (e.g. $LOG_PID,
; $LOG_CRON, etc.). Turning it off is a good idea performance-wise. In