Andrey Helldar

Results 108 comments of Andrey Helldar

Didn't work with the pecl option either :( ```bash Helldar@HellPC MINGW64 /d/domains $ php -v PHP Warning: PHP Startup: Unable to load dynamic library 'rdkafka' (tried: ext\rdkafka (The specified module...

Detailed steps to reproduce the problem: 1. Download latest Non-Thread Safe PHP 8.3: https://windows.php.net/downloads/releases/php-8.3.9-nts-Win32-vs16-x64.zip 2. Unzipped the archive into the "d:\php" folder. 3. Renamed `php.ini-development` with `php.ini` 4. Download rdkafka...

Trying the same steps in the Windows Sandbox. 1. I get the error `vcruntime140.dll` file is unavailable 2. I install Visual C++ Redistributable 2019 from https://aka.ms/vs/17/release/vc_redist.x64.exe ```bash c:\php>php.exe --version PHP...

Checking on other versions: **PHP 8.1.29** ```bash c:\php>php.exe --version PHP 8.1.29 (cli) (built: Jun 5 2024 10:43:14) (NTS Visual C++ 2019 x64) Copyright (c) The PHP Group Zend Engine v4.1.29,...

> Hello, I am facing the same issue, did anybody found a solution so far ? The problem is solved by compiling the library to a new version of PHP....

> > > Hello, I am facing the same issue, did anybody found a solution so far ? > > > > > > The problem is solved by compiling...

> I successfully added the library to my project to work on one of my Windows environments using WampServer and PHP 8.2. However, when I attempted to set it up...

The problem is that the `librdkafka` library is built for a different version of PHP. Is there anyone who knows how to compile it for the right version of PHP?...

@phglong1999, but it won't work for 8.3 anyway.

> @andrey-helldar Please follow the instructions to install phprdkafka bth and install OpenSSL. Please install the correct version 1.1 and do not install a higher version. If you have any...