summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2009-05-04 15:20:38 +0000
committerPierre Joye <pajoye@php.net>2009-05-04 15:20:38 +0000
commit8991998d7ad67358c49f5d3f6c8ab48f3d3926d3 (patch)
tree9ffdb6e1ad73e030971cb868ecdb59bf923ad526
parent79d1691d11cd925523ed292bd0244bac5451229c (diff)
downloadphp-git-8991998d7ad67358c49f5d3f6c8ab48f3d3926d3.tar.gz
- win extension_dir
-rw-r--r--php.ini-development2
-rw-r--r--php.ini-production2
2 files changed, 4 insertions, 0 deletions
diff --git a/php.ini-development b/php.ini-development
index 6a7e355f5d..a776dce2e4 100644
--- a/php.ini-development
+++ b/php.ini-development
@@ -809,6 +809,8 @@ user_dir =
; Directory in which the loadable extensions (modules) reside.
; http://php.net/extension-dir
; extension_dir = "./"
+; On windows:
+; extension_dir = "ext"
; Whether or not to enable the dl() function. The dl() function does NOT work
; properly in multithreaded servers, such as IIS or Zeus, and is automatically
diff --git a/php.ini-production b/php.ini-production
index aafab54f9f..3b29e09299 100644
--- a/php.ini-production
+++ b/php.ini-production
@@ -809,6 +809,8 @@ user_dir =
; Directory in which the loadable extensions (modules) reside.
; http://php.net/extension-dir
; extension_dir = "./"
+; On windows:
+; extension_dir = "ext"
; Whether or not to enable the dl() function. The dl() function does NOT work
; properly in multithreaded servers, such as IIS or Zeus, and is automatically