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.
This commit is contained in:
Christoph M. Becker 2021-11-10 19:17:34 +01:00
parent 2272b929a1
commit ebee35a03a
No known key found for this signature in database
GPG key ID: D66C9593118BCCB6

View file

@ -277,7 +277,7 @@ Loaded Configuration File C:\Program Files\PHP\5.2\php.ini
have anything to do with PHP itself.
</para>
<para>
Common problems are the location of the DLL, the value of the "<link linkend="ini.extension-dir">
Common problems are the location of the DLL and the DLLs it depends on, the value of the "<link linkend="ini.extension-dir">
extension_dir</link>" setting inside <filename>php.ini</filename> and compile-time setting mismatches.
</para>
<para>