My PHP Version 7.2.1 and Architecture is x86 and System is Windows 10 64 bit so I have downloaded chilkat-9.5.0-php-7.2-nts-win32 from https://www.chilkatsoft.com/php.asp#winDownloads and extension DLL file added into my C:/xampp/php/ext such as "C:/xampp/php/ext/chilkat_9_5_0.dll" and updated my php.ini as well But PHP is throwing startup warning and chilkat extension is not working for me could you please guide me where is i am wrong.
My php.ini
- extension_dir="C:\xampp\php\ext"
- extension=chilkat_9_5_0
PHP Error
PHP Warning: PHP Startup: Unable to load dynamic library 'chilkat_9_5_0' (tried: C:\xampp\php\ext\chilkat_9_5_0 (The specified module could not be found. ), C:\xampp\php\ext\php_chilkat_9_5_0.dll (The specified module could not be found. )) in Unknown on line 0
C:\xampp\php\ext\php_chilkat_9_5_0.dll
is not found, and your explorer does not display such a file, isn't that a good indicator that this file is missing? – Nico Haaseextension=chilkat_9_5_0.dll
in php.ini (as far as I see, you forgot to add.dll
at the end) – Nico Haase