Closed nehakjain2005 closed 2 years ago
Did you enable the extension in php.ini?
extension=ffi
yes I have done that
I tested with PHP 7.4.26 on Windows and it works.
Probably you have something wrong in your php config.
Some ideas to help diagnose the issue:
php.exe --ini
that the correct ini files are loaded php.exe -r "phpinfo();"
that the module is loaded
php.exe -r "phpinfo();"
that warnings are enabled
I close this issue because I don't see how I can improve this. There are many ways to install and configure PHP, I can't address every OS and method. Suggestions welcome though. I hope you get it fixed up.
While setting up this library on windows I am getting issue. I already have php_ffi.dll and php 7.4.26 version. Still it says its missing. Please help