]> granicus.if.org Git - php/commitdiff
Adding the tidy.default_config and tidy.clean_output options to the .ini
authorJohn Coggeshall <john@php.net>
Thu, 18 Dec 2003 02:06:00 +0000 (02:06 +0000)
committerJohn Coggeshall <john@php.net>
Thu, 18 Dec 2003 02:06:00 +0000 (02:06 +0000)
files

php.ini-dist
php.ini-recommended

index abf77c72ecd8e7c9f6732aa48f6a2dc5c7ed471c..c6ef7da96de67c8781f34b3fad42727d18fb3579 100644 (file)
@@ -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
index b78fc39f68e6f31eac00ecfc0d391c6db5d0d0f5..45a91a9fca59f5e8c3ed22d8445969f0986ff3fa 100644 (file)
@@ -598,6 +598,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