]> granicus.if.org Git - php/commitdiff
- win extension_dir
authorPierre Joye <pajoye@php.net>
Mon, 4 May 2009 15:20:38 +0000 (15:20 +0000)
committerPierre Joye <pajoye@php.net>
Mon, 4 May 2009 15:20:38 +0000 (15:20 +0000)
php.ini-development
php.ini-production

index 6a7e355f5ddf98c2536f36b06a8edd87477a3a66..a776dce2e40a0edcffbebe95d74a00dc7e27c639 100644 (file)
@@ -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
index aafab54f9f464cccd6ecc8c8470864153384f81e..3b29e092991b4239f1f807305a23599e7a12e7db 100644 (file)
@@ -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