From ebee35a03a3d84f3b2e5c4d11f37dccdcb73ea8d Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Wed, 10 Nov 2021 19:17:34 +0100 Subject: [PATCH] Hint at missing ext DLL dependency DLLs in troubleshooting section This is likely one of the biggest issues: users put the extension DLL into `extension_dir`, but forget to put dependency DLLs in the path. --- install/pecl.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/pecl.xml b/install/pecl.xml index 80aebe2516..74b2fc0693 100644 --- a/install/pecl.xml +++ b/install/pecl.xml @@ -277,7 +277,7 @@ Loaded Configuration File C:\Program Files\PHP\5.2\php.ini have anything to do with PHP itself. - Common problems are the location of the DLL, the value of the " + Common problems are the location of the DLL and the DLLs it depends on, the value of the " extension_dir" setting inside php.ini and compile-time setting mismatches.