mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 08:28:54 +00:00
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:
parent
2272b929a1
commit
ebee35a03a
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue