From bbc73011bc9c067df97858cbda5818d536dec33f Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Wed, 13 Jan 2010 01:09:36 +0000 Subject: [PATCH] C:\php5\ is used to load extensions from by default in PHP5+ on Windows git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293474 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/info/functions/dl.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/reference/info/functions/dl.xml b/reference/info/functions/dl.xml index e7459609a0..5cfe52d776 100644 --- a/reference/info/functions/dl.xml +++ b/reference/info/functions/dl.xml @@ -46,7 +46,8 @@ Windows - If not explicitly set in the &php.ini;, the extension is - loaded from c:\php4\extensions\ by default. + loaded from c:\php4\extensions\ (PHP4) or + C:\php5\ (PHP5) by default. Unix - If not explicitly set in the &php.ini;, the default extension