summaryrefslogtreecommitdiff
path: root/php.ini-recommended
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2004-03-14 21:36:17 +0000
committerDerick Rethans <derick@php.net>2004-03-14 21:36:17 +0000
commit4e7e611ca8f57c18d68b29def3e639a6175f3082 (patch)
tree18cd7407fd53cae560629b27ce44fd378d26b674 /php.ini-recommended
parent1b197a93999537d5b8a13318dec021f58be21c1d (diff)
downloadphp-git-4e7e611ca8f57c18d68b29def3e639a6175f3082.tar.gz
- The extension list is ordered alphabetically, also moved the tidy section
to a more suitable place (new things go at the end, not at the start).
Diffstat (limited to 'php.ini-recommended')
-rw-r--r--php.ini-recommended20
1 files changed, 10 insertions, 10 deletions
diff --git a/php.ini-recommended b/php.ini-recommended
index deccff9676..9584d54d85 100644
--- a/php.ini-recommended
+++ b/php.ini-recommended
@@ -557,7 +557,6 @@ default_socket_timeout = 60
;Note that ODBC support is built in, so no dll is needed for it.
;
-;extension=php_tidy.dll
;extension=php_bz2.dll
;extension=php_cpdf.dll
;extension=php_curl.dll
@@ -593,6 +592,7 @@ default_socket_timeout = 60
;extension=php_snmp.dll
;extension=php_sockets.dll
;extension=php_sybase_ct.dll
+;extension=php_tidy.dll
;extension=php_w32api.dll
;extension=php_xmlrpc.dll
;extension=php_xsl.dll
@@ -604,15 +604,6 @@ 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
@@ -1181,6 +1172,15 @@ sockets.use_system_read = On
;exif.decode_jis_motorola = JIS
;exif.decode_jis_intel = JIS
+[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
+
; Local Variables:
; tab-width: 4
; End: