summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Coggeshall <john@php.net>2004-03-14 01:26:33 +0000
committerJohn Coggeshall <john@php.net>2004-03-14 01:26:33 +0000
commitbe3a5374111794500634e6275ec853d565ae042c (patch)
tree02c28d40608df7495a4697b8bafd3bc7a9deaf75
parent9be8aeb69038c7046ab37d8e10d9ed6c46f508bb (diff)
downloadphp-git-be3a5374111794500634e6275ec853d565ae042c.tar.gz
Adding extension=php_tidy.dll
-rw-r--r--php.ini-dist2
-rw-r--r--php.ini-recommended2
2 files changed, 4 insertions, 0 deletions
diff --git a/php.ini-dist b/php.ini-dist
index 6d62a62430..709a8d307d 100644
--- a/php.ini-dist
+++ b/php.ini-dist
@@ -537,6 +537,8 @@ default_socket_timeout = 60
;Windows Extensions
;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
diff --git a/php.ini-recommended b/php.ini-recommended
index 089e3cfbb0..deccff9676 100644
--- a/php.ini-recommended
+++ b/php.ini-recommended
@@ -556,6 +556,8 @@ default_socket_timeout = 60
;Windows Extensions
;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