From: John Coggeshall Date: Thu, 18 Dec 2003 02:06:00 +0000 (+0000) Subject: Adding the tidy.default_config and tidy.clean_output options to the .ini X-Git-Tag: php-5.0.0b3RC2~71 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6abf31f09c84ffe74fe89544f832741da6b718f6;p=php Adding the tidy.default_config and tidy.clean_output options to the .ini files --- 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 diff --git a/php.ini-recommended b/php.ini-recommended index b78fc39f68..45a91a9fca 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -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