I tried to install php_rdkafka and I followed the documentation here : https://arnaud-lb.github.io/php-rdkafka-doc/phpdoc/rdkafka.installation.windows.html
But I have this error
PHP Warning: PHP Startup: Unable to load dynamic library 'php_rdkafka.dll' (tried: C:\php\ext\php_rdkafka.dll (Le module sp├®cifi├® est introuvable), C:\php\ext\php_php_rdkafka.dll.dll (Le module sp├®cifi├® est introuvable)) in Unknown on line 0
I tried everything I found here on stackoverflow and more but still have the same error. I use xammp and PHP 8.0 on windows 10 I put the librdkafka.dll on my system32 folder but nothing change I tried to use the nuget librdkafka but nothing happen. I also try different version the 8.1 and 8.2 on https://pecl.php.net/package/rdkafka/6.0.5/windows I'm lost
Finally I resolved the issue by using the NTS version