mirror of
https://github.com/php/php-src.git
synced 2025-08-16 22:18:50 +02:00
Adding the tidy.default_config and tidy.clean_output options to the .ini
files
This commit is contained in:
parent
893fa6c137
commit
6abf31f09c
2 changed files with 18 additions and 0 deletions
|
@ -578,6 +578,15 @@ default_socket_timeout = 60
|
||||||
; Module Settings ;
|
; 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]
|
[Syslog]
|
||||||
; Whether or not to define the various syslog variables (e.g. $LOG_PID,
|
; 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
|
; $LOG_CRON, etc.). Turning it off is a good idea performance-wise. In
|
||||||
|
|
|
@ -598,6 +598,15 @@ default_socket_timeout = 60
|
||||||
; Module Settings ;
|
; 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]
|
[Syslog]
|
||||||
; Whether or not to define the various syslog variables (e.g. $LOG_PID,
|
; 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
|
; $LOG_CRON, etc.). Turning it off is a good idea performance-wise. In
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue