From: Pierre Joye Date: Mon, 4 May 2009 15:20:38 +0000 (+0000) Subject: - win extension_dir X-Git-Tag: php-5.3.0RC2~30 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8991998d7ad67358c49f5d3f6c8ab48f3d3926d3;p=php - win extension_dir --- 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