From 8991998d7ad67358c49f5d3f6c8ab48f3d3926d3 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Mon, 4 May 2009 15:20:38 +0000 Subject: [PATCH] - win extension_dir --- php.ini-development | 2 ++ php.ini-production | 2 ++ 2 files changed, 4 insertions(+) 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 -- 2.50.1